Jenkins: Allow master node to do IRC notification

This commit is contained in:
richardg867
2022-07-19 14:59:29 -03:00
committed by GitHub
parent bed47f94d0
commit e1b44ad064

2
.ci/Jenkinsfile vendored
View File

@@ -317,7 +317,7 @@ pipeline {
scmWebUrl: commitBrowser[buildBranch]
/* Notify IRC, which needs a node for whatever reason. */
node('citadel') {
node('citadel || master') {
ircNotify()
}
} catch (e) {