9a6aea1ca1
- update ircbot plugin to convert xml - update docstring - add plugin='ircbot' attribute - update test cases Change-Id: I3d061a5b5d0dd0315a019703c6b269c80a8fdec6
17 lines
433 B
YAML
17 lines
433 B
YAML
publishers:
|
|
- ircbot:
|
|
strategy: failure-and-fixed
|
|
notify-start: true
|
|
notify-committers: true
|
|
notify-culprits: true
|
|
notify-upstream: true
|
|
notify-fixers: true
|
|
message-type: summary
|
|
channels:
|
|
- name: '#jenkins-channel1'
|
|
password: secrete
|
|
notify-only: false
|
|
- name: '#jenkins-channel2'
|
|
notify-only: true
|
|
matrix-notifier: all
|