Skip to content

Commit 8178bf8

Browse files
yrodiereDavideD
authored andcommitted
[#2063] Use specific Jenkins nodes for releases
This should be safer as these nodes are only used once.
1 parent 37d57f6 commit 8178bf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/release/Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def checkoutReleaseScripts() {
5858

5959
pipeline {
6060
agent {
61-
label 'Worker&&Containers'
61+
label 'Release'
6262
}
6363
tools {
6464
jdk 'OpenJDK 17 Latest'

ci/snapshot-publish.Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if (currentBuild.getBuildCauses().toString().contains('BranchIndexingCause')) {
1212

1313
pipeline {
1414
agent {
15-
label 'Fedora'
15+
label 'Release'
1616
}
1717
tools {
1818
jdk 'OpenJDK 17 Latest'

0 commit comments

Comments
 (0)