From e3d96c9612fcee8b8d3bfb5dbed5b73ec55d0956 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Wed, 21 Nov 2018 17:28:10 +0000 Subject: [PATCH] bugfix --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8a59de1..e5f60a3 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 {