Skip to content

Commit

Permalink
Use specific Jenkins nodes for releases
Browse files Browse the repository at this point in the history
(cherry picked from commit 53b9d21)
  • Loading branch information
yrodiere authored and marko-bekhta committed Dec 17, 2024
1 parent 4db6873 commit 49841d9
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 @@ -9,7 +9,7 @@ import org.hibernate.jenkins.pipeline.helpers.version.Version

pipeline {
agent {
label 'Worker&&Containers'
label 'Release'
}
tools {
maven 'Apache Maven 3.9'
Expand Down
2 changes: 1 addition & 1 deletion ci/snapshot-publish/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (currentBuild.getBuildCauses().toString().contains('BranchIndexingCause')) {

pipeline {
agent {
label 'Worker&&Containers'
label 'Release'
}
tools {
maven 'Apache Maven 3.9'
Expand Down

0 comments on commit 49841d9

Please sign in to comment.