Skip to content

Commit 54e160a

Browse files
committed
Use specific Jenkins nodes for releases
This should be safer as these nodes are only used once.
1 parent 5ffff1b commit 54e160a

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
@@ -65,7 +65,7 @@ def checkoutReleaseScripts() {
6565

6666
pipeline {
6767
agent {
68-
label 'Worker&&Containers'
68+
label 'Release'
6969
}
7070
triggers {
7171
// 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 17 Latest'

0 commit comments

Comments
 (0)