Skip to content

Commit

Permalink
modify move cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Nov 21, 2018
1 parent 12db6eb commit 07f1c0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ node('windows') {
dir('tmp'){
git([ url: "https://github.internet2.edu/docker/util.git",
credentialsId: "jenkins-github-access-token" ])
powershell(returnStatus: true, script: 'Move-Item -Path ./bin/* -Destination ../bin/.')
powershell(returnStatus: true, script: 'Move-Item -Path ./bin/ -Destination ../bin/')
}
powershell(returnStatus: true, script: 'Remove-Item ./tmp -Force -Recurse')

Expand Down Expand Up @@ -104,5 +104,5 @@ def handleError(String message){
echo "${message}"
currentBuild.setResult("FAILED")
//slackSend color: 'danger', message: "${message}"
bat 'exit 1'
bat exit 1
}

0 comments on commit 07f1c0e

Please sign in to comment.