Skip to content

Commit acc3de3

Browse files
yrodieremarko-bekhta
authored andcommitted
Use specific Jenkins nodes for releases
(cherry picked from commit 53b9d21)
1 parent 0a6d19a commit acc3de3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/release/Jenkinsfile

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

1212
pipeline {
1313
agent {
14-
label 'Worker&&Containers'
14+
label 'Release'
1515
}
1616
tools {
1717
maven 'Apache Maven 3.8'

ci/snapshot-publish/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if (currentBuild.getBuildCauses().toString().contains('BranchIndexingCause')) {
1414

1515
pipeline {
1616
agent {
17-
label 'Worker&&Containers'
17+
label 'Release'
1818
}
1919
tools {
2020
maven 'Apache Maven 3.5'

0 commit comments

Comments
 (0)