Skip to content

Commit 1044a0d

Browse files
committed
Use specific Jenkins nodes for releases
This should be safer as these nodes are only used once.
1 parent 9d52e3c commit 1044a0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/release/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def checkoutReleaseScripts() {
6464

6565
pipeline {
6666
agent {
67-
label 'Worker&&Containers'
67+
label 'Release'
6868
}
6969
triggers {
7070
// Run every week Sunday midnight

ci/snapshot-publish.Jenkinsfile

Lines changed: 1 addition & 1 deletion
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 11 Latest'

0 commit comments

Comments
 (0)