Skip to content
Snippets Groups Projects
Unverified Commit 04152660 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 ff4661e9
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
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