Skip to content

Commit

Permalink
Use specific Jenkins nodes for releases
Browse files Browse the repository at this point in the history
This should be safer as these nodes are only used once.
  • Loading branch information
yrodiere committed Jan 14, 2025
1 parent e8f5ef9 commit f6c6827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/release/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def checkoutReleaseScripts() {

pipeline {
agent {
label 'Worker&&Containers'
label 'Release'
}
triggers {
// Run every week Sunday midnight
Expand Down

0 comments on commit f6c6827

Please sign in to comment.