From 538bc79cadb7a7e9f8d203a150bbbb7b307fe5f6 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Tue, 30 Mar 2021 21:01:59 -0400 Subject: [PATCH] Make it so Jenkins can actually build --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a57025a..aaf5688 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { environment { GO114MODULE = 'on' CGO_ENABLED = 0 - GOPATH = "${JENKINS_HOME}/workspace/jobs/${JOB_NAME}/builds/${BUILD_ID}" + GOPATH = "${JENKINS_HOME}/workspace/${JOB_NAME}/builds/${BUILD_ID}" } stages { stage('Build') {