This commit is contained in:
Adam Ierymenko 2020-07-09 10:12:31 -07:00
commit 7994e3aa78
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3

2
Jenkinsfile vendored
View file

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