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]
|
scmWebUrl: commitBrowser[buildBranch]
|
||||||
|
|
||||||
/* Notify IRC, which needs a node for whatever reason. */
|
/* Notify IRC, which needs a node for whatever reason. */
|
||||||
node('citadel') {
|
node('citadel || master') {
|
||||||
ircNotify()
|
ircNotify()
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
Reference in New Issue
Block a user