This commit is contained in:
Grant Limberg 2020-02-04 10:33:18 -08:00
parent cc52835ce3
commit 5e488d3aa0
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A

2
Jenkinsfile vendored
View file

@ -8,7 +8,7 @@ pipeline {
booleanParam(name: "BUILD_ALL", defaultValue: false, description: "Build all supported platform/architecture combos. Defaults to x86/x64 only")
}
environment {
PATH = "$PATH:/usr/local/go/bin:$HOME/go/bin"
PATH = "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin:/home/jenkins-build/go/bin"
}
agent none