Skip to content
Snippets Groups Projects
Unverified Commit 55ed8f5c authored by Mikaël Barbero's avatar Mikaël Barbero :dagger: Committed by GitHub
Browse files

Prevents cache collisions between jobs


Signed-off-by: default avatarMikaël Barbero <mikael.barbero@eclipse-foundation.org>
parent 5e7a8b06
No related branches found
No related tags found
1 merge request!27Prevents cache collisions between jobs
Pipeline #2353 passed with stage
in 0 seconds
......@@ -13,7 +13,7 @@ def environmentFromBranch(branch) {
pipeline {
agent {
kubernetes {
label 'kubedeploy-agent'
label 'kubedeploy-agent-' + env.JOB_NAME.replaceAll("/", "-")
yaml '''
apiVersion: v1
kind: Pod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment