diff --git a/Jenkinsfile b/Jenkinsfile index 757729e33..9958cd927 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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