diff --git a/Jenkinsfile b/Jenkinsfile index a1430b2..f2cf5c7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ node { stage 'Acquire util' - sh 'mkdir bin' + sh 'mkdir -p bin' dir('bin'){ git([ url: "https://github.internet2.edu/docker/util.git", credentialsId: "jenkins-github-access-token" ])