Make it so Jenkins can actually build
Some checks failed
timw4mail/gilo/pipeline/head There was a failure building this commit
Some checks failed
timw4mail/gilo/pipeline/head There was a failure building this commit
This commit is contained in:
parent
c5aded1d1c
commit
060e3e841e
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user