From 22739a026c1231514eb87ee6b1bf4661052661c5 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Wed, 21 Nov 2018 17:26:44 +0000 Subject: [PATCH] another typo --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5008341..8a59de1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -55,7 +55,7 @@ node('windows') { stage 'Build' - def status = powershell(returnStatus: true, script: 'bin/windows/rebuild.ps1 > ./debug') + def status = powershell(returnStatus: true, script: './bin/windows/rebuild.ps1 > ./debug') if (status == 0) { echo "build success" } else {