Skip to content

Commit f6c6827

Browse files
committed
Use specific Jenkins nodes for releases
This should be safer as these nodes are only used once.
1 parent e8f5ef9 commit f6c6827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)