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 20:55:46 -04:00
parent c5aded1d1c
commit 060e3e841e
1 changed files with 5 additions and 0 deletions

5
Jenkinsfile vendored
View File

@ -5,6 +5,11 @@ pipeline {
args '--privileged'
}
}
environment {
GO114MODULE = 'on'
CGO_ENABLED = 0
GOPATH = "${JENKINS_HOME}/jobs/${JOB_NAME}/builds/${BUILD_ID}"
}
stages {
stage('Setup') {
steps {