From 6ea60bc4290d402f175963400eaf03e2c2b03d21 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Thu, 18 Jun 2020 11:26:57 -0700 Subject: [PATCH] let's see if paths with no spaces works --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7d6eb1493..123251ef8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -59,7 +59,7 @@ def buildWindows() { def myNode = { node ('windows') { env.SHELL = 'C:/Windows/System32/cmd.exe' - env.PATH = env.PATH + ';C:\\TDM-GCC-64\\bin;C:\\WINDOWS;C:\\Windows\\system32;C:\\Program Files\\CMake\\bin;C:\\Go\\bin' + env.PATH = 'C:\\TDM-GCC-64\\bin;C:\\WINDOWS;C:\\Windows\\system32;C:\\CMake\\bin;C:\\Go\\bin' dir ("build") { checkout scm dir ("build") {