Browse Source

let's see if paths with no spaces works

Grant Limberg 5 years ago
parent
commit
6ea60bc429
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -59,7 +59,7 @@ def buildWindows() {
         def myNode = {
         def myNode = {
             node ('windows') {
             node ('windows') {
                 env.SHELL = 'C:/Windows/System32/cmd.exe'
                 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") {
                 dir ("build") {
                     checkout scm
                     checkout scm
                     dir ("build") {
                     dir ("build") {