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

Commit 87363d6

Browse files
committed
Use specific Jenkins nodes for releases
This should be safer as these nodes are only used once.
1 parent fc7b3d8 commit 87363d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/release/Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import org.hibernate.jenkins.pipeline.helpers.version.Version
99

1010
pipeline {
1111
agent {
12-
label 'Worker&&Containers'
12+
label 'Release'
1313
}
1414
tools {
1515
maven 'Apache Maven 3.9'

0 commit comments

Comments
 (0)