diff --git a/Jenkinsfile b/Jenkinsfile index 7bd9066..11af9eb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ node('windows') { stage 'Acquire util files' powershell(returnStatus: true, script: 'New-Item -ItemType directory -Path ./tmp') - powershell(returnStatus: true, script: 'New-Item -ItemType directory -Path ./bin') + //owershell(returnStatus: true, script: 'New-Item -ItemType directory -Path ./bin') dir('tmp'){ git([ url: "https://github.internet2.edu/docker/util.git", credentialsId: "jenkins-github-access-token" ])