Browse Source

help it find cmd.exe

Grant Limberg 5 years ago
parent
commit
27b14aefcd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

@@ -58,6 +58,7 @@ def buildWindows() {
     tasks << getTasks(['windows'], ['amd64'], { unused1, unused2 ->
         def myNode = {
             node ('windows') {
+                env.PATH = env.PATH + ";C:\\Windows\\system32"
                 dir ("build") {
                     checkout scm
                     dir ("build") {