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 5ffff1b commit 54e160a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/release/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def checkoutReleaseScripts() {

pipeline {
agent {
label 'Worker&&Containers'
label 'Release'
}
triggers {
// Run every week Sunday midnight
Expand Down
2 changes: 1 addition & 1 deletion ci/snapshot-publish.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (currentBuild.getBuildCauses().toString().contains('BranchIndexingCause')) {

pipeline {
agent {
label 'Fedora'
label 'Release'
}
tools {
jdk 'OpenJDK 17 Latest'
Expand Down

0 comments on commit 54e160a

Please sign in to comment.