Disabling cgo in jenkinsfile
Some checks failed
gitea-deepak/gogmagog/pipeline/head There was a failure building this commit
Some checks failed
gitea-deepak/gogmagog/pipeline/head There was a failure building this commit
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -6,7 +6,7 @@ pipeline {
|
||||
environment {
|
||||
GO115MODULE = 'on'
|
||||
GOPATH = "${JENKINS_HOME}/jobs/${JOB_NAME}/builds/${BUILD_ID}"
|
||||
|
||||
CGO_ENABLED = 0
|
||||
}
|
||||
stages {
|
||||
stage('Pre Test') {
|
||||
|
||||
Reference in New Issue
Block a user