Skip to content

Commit 9faf1e8

Browse files
committed
Use specific Jenkins nodes for releases
1 parent 2b25ecc commit 9faf1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/release/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.hibernate.jenkins.pipeline.helpers.version.Version
44

55
pipeline {
66
agent {
7-
label 'Worker&&Containers'
7+
label 'Release'
88
}
99
tools {
1010
maven 'Apache Maven 3.9'

0 commit comments

Comments
 (0)