Jenkins: Allow master node to do IRC notification
This commit is contained in:
2
.ci/Jenkinsfile
vendored
2
.ci/Jenkinsfile
vendored
@@ -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) {
|
||||
|
Reference in New Issue
Block a user