1
0
Fork 0

Make it so Jenkins can actually build
timw4mail/gilo/pipeline/head There was a failure building this commit Details

This commit is contained in:
Timothy Warren 2021-03-30 21:01:59 -04:00
parent 27ce51b33f
commit 538bc79cad
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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') {