Skip to content

Commit

Permalink
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 2b25ecc commit 9faf1e8
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 @@ -4,7 +4,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 9faf1e8

Please sign in to comment.