help it find cmd.exe

This commit is contained in:
Grant Limberg 2020-06-17 12:19:06 -07:00
parent a7fee6b02f
commit 27b14aefcd
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A

1
Jenkinsfile vendored
View file

@ -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") {