Skip to content

Commit

Permalink
fix Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Nov 21, 2018
1 parent c8177ad commit 77484c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ node('windows') {
stage 'Acquire util files'

powershell(returnStatus: true, script: 'New-Item -ItemType directory -Path ./tmp')
//owershell(returnStatus: true, script: 'New-Item -ItemType directory -Path ./bin')
//powershell(returnStatus: true, script: 'New-Item -ItemType directory -Path ./bin')
powershell(returnStatus: true, script: 'Remove-Item ./bin -Force -Recurse')
dir('tmp'){
git([ url: "https://github.internet2.edu/docker/util.git",
credentialsId: "jenkins-github-access-token" ])
Expand Down

0 comments on commit 77484c5

Please sign in to comment.