Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Oct 16, 2020
1 parent d809966 commit 1ce1bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def withBeatsEnv(Map args = [:], Closure body) {
artifacts = '**/build/TEST*.out'
} else {
// NOTE: to support Windows 7 32 bits the arch in the mingw context path is required.
def mingwArch = is32bit() ? '32' : '64'
def mingwArch = is32() ? '32' : '64'
def chocoPath = 'C:\\ProgramData\\chocolatey\\bin'
def chocoPython3Path = 'C:\\Python38;C:\\Python38\\Scripts'
goRoot = "${env.USERPROFILE}\\.gvm\\versions\\go${GO_VERSION}.windows.amd64"
Expand Down

0 comments on commit 1ce1bc6

Please sign in to comment.