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 0db5d77 commit 951c819
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 @@ -64,7 +64,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 11 Latest'
Expand Down

0 comments on commit 951c819

Please sign in to comment.