diff --git a/Jenkinsfile b/Jenkinsfile index 020eb0df..4ad40b94 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { echo "You must define an imagename in common.bash" currentBuild.result = 'FAILURE' } - sh 'mkdir -p ../bin' + sh 'mkdir -p bin' sh 'mkdir -p tmp' dir('tmp'){ git([ url: "https://github.internet2.edu/docker/util.git", credentialsId: "jenkins-github-access-token" ])