Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Jenkinsfile
chubing committed May 2, 2018
1 parent 64e3953 commit d9391b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Jenkinsfile
@@ -23,10 +23,10 @@ pipeline {
}
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/* ../bin/.'
git([ url: "https://github.internet2.edu/docker/util.git", credentialsId: "jenkins-github-access-token" ])
sh 'ls'
sh 'mv bin/* ../bin/.'
}
}
}
}
@@ -63,7 +63,7 @@ pipeline {
}
post {
always {
echo 'I will always say Hello again!'
echo 'Done Building.'
}
failure {
// slackSend color: 'good', message: "Build failed"

0 comments on commit d9391b1

Please sign in to comment.