From 5e488d3aa0dc39a11ce164bf4da829bd0a50a5f3 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Tue, 4 Feb 2020 10:33:18 -0800 Subject: [PATCH] fix PATH --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ae642802d..fc9d15c90 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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