diff --git a/Jenkinsfile b/Jenkinsfile index 0b562ca..27a483c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,6 +33,7 @@ podTemplate( hostPathVolume(mountPath: '/var/run/docker.sock', hostPath: '/var/run/docker.sock') ] ) + { node(label) { def myRepo = checkout scm