Skip to content
Snippets Groups Projects
Commit 1901397d authored by Mikaël Barbero's avatar Mikaël Barbero :dagger: Committed by Christopher Guindon
Browse files

Prevents cache collisions between jobs


Signed-off-by: default avatarMikaël Barbero <mikael.barbero@eclipse-foundation.org>
parent 111416c5
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
pipeline { pipeline {
agent { agent {
kubernetes { kubernetes {
label 'kubedeploy-agent' label 'kubedeploy-agent-' + env.JOB_NAME.replaceAll("/", "-")
yaml ''' yaml '''
apiVersion: v1 apiVersion: v1
kind: Pod 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