config.yaml.example 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. options:
  2. ii_server_directory: ./irc.freenode.net
  3. listen_host: 0.0.0.0
  4. listen_port: 8000
  5. http_save_json: unsupported
  6. projects:
  7. # gitlab projects
  8. myproject1:
  9. url: /secret/url/path/here/
  10. branches:
  11. deny:
  12. - secretbranch
  13. channels:
  14. mychannel1:
  15. actions:
  16. - build
  17. - push
  18. - tag_push
  19. - note
  20. options:
  21. show_commit_messages: False
  22. mychannel2:
  23. actions:
  24. - note
  25. options:
  26. show_commits: True
  27. myproject2:
  28. url: /secret/url2/path/here/
  29. branches:
  30. allow:
  31. - master
  32. - dev
  33. deny:
  34. - temp1
  35. channels:
  36. mychannel1:
  37. actions:
  38. - push
  39. mychannel2:
  40. actions:
  41. - note
  42. mychannel3:
  43. actions:
  44. - build
  45. options:
  46. last_build_stage: ok
  47. # codeship projects
  48. myproject2/myproject2:
  49. url: /secret/url3/path/here/
  50. branches:
  51. allow:
  52. - master
  53. - dev
  54. deny:
  55. - temp1
  56. channels:
  57. mychannel1:
  58. -
  59. mychannel2:
  60. -
  61. mychannel3:
  62. -
  63. options:
  64. service: codeship