Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

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 fc7b3d8 commit 87363d6
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 @@ -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

0 comments on commit 87363d6

Please sign in to comment.