diff --git a/Jenkinsfile b/Jenkinsfile index ee1a114..906598b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { } environment { GO115MODULE = 'on' - GOPATH = "${JENKINS_HOME}/jobs/${JOB_NAME}/builds/${BUILD_ID}" + GOPATH = "${WORKSPACE}" CGO_ENABLED = 0 } stages {