mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 20:13:44 +02:00
ensure go is in the PATH for jenkins builds
This commit is contained in:
parent
a0efea8e0f
commit
c537955c65
1 changed files with 3 additions and 0 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -7,6 +7,9 @@ pipeline {
|
|||
parameters {
|
||||
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"
|
||||
}
|
||||
|
||||
agent none
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue