Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Jenkinsfile
pcaskey committed Dec 20, 2018
1 parent 110e58e commit cde5c80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
@@ -11,6 +11,7 @@ node('docker') {
git([ url: "https://github.internet2.edu/docker/util.git",
credentialsId: "jenkins-github-access-token" ])
sh 'ls'
sh 'rm -rf ../bin/*'
sh 'mv bin/* ../bin/.'
}
stage 'Setting build context'

0 comments on commit cde5c80

Please sign in to comment.