Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Retry the util pull
Jim Van Fleet committed Aug 30, 2016
1 parent 59ed367 commit afa01de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
@@ -5,11 +5,11 @@ node {

stage 'Acquire util'

sh 'mkdir -p tmp'
sh 'mkdir -p tmp && mkdir -p bin'
dir('tmp'){
git([ url: "https://github.internet2.edu/docker/util.git",
credentialsId: "jenkins-github-access-token" ])
sh 'mv ./util/bin/* ../bin/.'
sh 'mv ./bin/* ../bin/.'
}
sh 'rm -rf tmp'
stage 'Setting build context'

0 comments on commit afa01de

Please sign in to comment.