Jenkins: Also allow rg to use IRC over LAN

This commit is contained in:
richardg867 2022-07-19 15:07:38 -03:00 committed by GitHub
parent e1b44ad064
commit 15eced5b55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 || master') {
node('citadel || rg || master') {
ircNotify()
}
} catch (e) {