explicitly set SHELL environment variable

This commit is contained in:
Grant Limberg 2020-06-18 10:59:46 -07:00
parent f21384e499
commit b094278b64
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.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'
dir ("build") {
checkout scm