From 77484c5683d39e0d85bd004cd11ad94504ae928f Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Wed, 21 Nov 2018 17:23:25 +0000 Subject: [PATCH] fix Jenkinsfile --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 11af9eb..5008341 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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" ])