Skip to content

Commit

Permalink
Do not fail if bin directory exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Jul 27, 2016
1 parent eb605f3 commit c8a7677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ])
Expand Down

0 comments on commit c8a7677

Please sign in to comment.