Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
[eclipse/xtext#1495] Use unique label for each agent
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Prediger <mail@nicoprediger.de>
  • Loading branch information
NicoPrediger committed Jun 25, 2019
1 parent 35b67a6 commit a99436a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CBI.Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pipeline {
agent {
kubernetes {
label 'xtext-build-pod'
label 'xtext-umbrella-' + env.BRANCH_NAME + '-' + env.BUILD_NUMBER
defaultContainer 'xtext-buildenv'
yaml '''
apiVersion: v1
Expand Down

0 comments on commit a99436a

Please sign in to comment.