From c8177ad89608c90d7f5984ae2171f7c60d05c122 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Wed, 21 Nov 2018 17:21:11 +0000 Subject: [PATCH] fix typo --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ])