Zfilipin has uploaded a new change for review. https://gerrit.wikimedia.org/r/54015
Change subject: Added IRC notification to Jenkins job template ...................................................................... Added IRC notification to Jenkins job template Copied from https://wmf.ci.cloudbees.com/job/MobileFrontend-linux-android/config.xml Change-Id: I4e81c888d0ce406c098d0e7b41b22f92eaf2a582 --- M docs/template.md 1 file changed, 12 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/qa/browsertests refs/changes/15/54015/1 diff --git a/docs/template.md b/docs/template.md index 76b3d11..b2bba37 100644 --- a/docs/template.md +++ b/docs/template.md @@ -191,6 +191,18 @@ <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild> <sendToIndividuals>false</sendToIndividuals> </hudson.tasks.Mailer> + <hudson.plugins.ircbot.IrcPublisher plugin="[email protected]"> + <targets class="java.util.Collections$EmptyList"/> + <strategy>STATECHANGE_ONLY</strategy> + <notifyOnBuildStart>false</notifyOnBuildStart> + <notifySuspects>false</notifySuspects> + <notifyCulprits>false</notifyCulprits> + <notifyFixers>false</notifyFixers> + <notifyUpstreamCommitters>false</notifyUpstreamCommitters> + <buildToChatNotifier class="hudson.plugins.im.build_notify.DefaultBuildToChatNotifier" plugin="[email protected]"/> + <matrixMultiplier>ONLY_CONFIGURATIONS</matrixMultiplier> + <channels/> + </hudson.plugins.ircbot.IrcPublisher> </publishers> <buildWrappers/> <executionStrategy class="hudson.matrix.DefaultMatrixExecutionStrategyImpl"> -- To view, visit https://gerrit.wikimedia.org/r/54015 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4e81c888d0ce406c098d0e7b41b22f92eaf2a582 Gerrit-PatchSet: 1 Gerrit-Project: qa/browsertests Gerrit-Branch: master Gerrit-Owner: Zfilipin <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
