Skip to content

Commit

Permalink
HBX-2948 Use specific Jenkins nodes for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Dec 23, 2024
1 parent b993d3f commit b168d74
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 @@ -23,7 +23,7 @@ import org.hibernate.jenkins.pipeline.helpers.version.Version

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

0 comments on commit b168d74

Please sign in to comment.