Disabling cgo in jenkinsfile
Some checks failed
gitea-deepak/gogmagog/pipeline/head There was a failure building this commit

This commit is contained in:
2020-12-24 22:14:01 -06:00
parent d3c550e97e
commit 3fc2598dbb

2
Jenkinsfile vendored
View File

@@ -6,7 +6,7 @@ pipeline {
environment {
GO115MODULE = 'on'
GOPATH = "${JENKINS_HOME}/jobs/${JOB_NAME}/builds/${BUILD_ID}"
CGO_ENABLED = 0
}
stages {
stage('Pre Test') {