Skip to content

Commit

Permalink
[hibernate#2063] 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 authored and DavideD committed Jan 16, 2025
1 parent 37d57f6 commit 8178bf8
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 @@ -58,7 +58,7 @@ def checkoutReleaseScripts() {

pipeline {
agent {
label 'Worker&&Containers'
label 'Release'
}
tools {
jdk 'OpenJDK 17 Latest'
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 8178bf8

Please sign in to comment.