1publishers:
2  - ircbot:
3      strategy: failure-and-fixed
4      notify-start: true
5      notify-committers: true
6      notify-culprits: true
7      notify-upstream: true
8      notify-fixers: true
9      message-type: summary
10      channels:
11          - name: '#jenkins-channel1'
12            password: secrete
13            notify-only: false
14          - name: '#jenkins-channel2'
15            notify-only: true
16      matrix-notifier: all
17