mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 17:22:25 -05:00
Jenkins: Also allow rg to use IRC over LAN
This commit is contained in:
parent
e1b44ad064
commit
15eced5b55
1 changed files with 1 additions and 1 deletions
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 || master') {
|
node('citadel || rg || master') {
|
||||||
ircNotify()
|
ircNotify()
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|
Loading…
Reference in a new issue