Skip to content

Commit

Permalink
Jenkinsfile tweak to allow for ci scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Aug 24, 2016
1 parent bbb1a05 commit 9f23714
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ node('docker') {

stage 'Acquire util'

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

stage 'Build'
Expand Down

0 comments on commit 9f23714

Please sign in to comment.