set CACHE_HOME for go build
dreamfall/pnut-bridge/pipeline/head This commit looks good Details

This commit is contained in:
Morgan McMillian 2022-11-27 11:30:02 -08:00
parent ea7bfa24d6
commit 9f0ce0b66a
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -5,6 +5,9 @@ pipeline {
label 'docker-build'
}
}
environment {
XDG_CACHE_HOME = '/tmp/.cache'
}
stages {
stage('build') {
steps {