set CACHE_HOME for go build
All checks were successful
dreamfall/pnut-bridge/pipeline/head This commit looks good
All checks were successful
dreamfall/pnut-bridge/pipeline/head This commit looks good
This commit is contained in:
parent
ea7bfa24d6
commit
9f0ce0b66a
1 changed files with 3 additions and 0 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -5,6 +5,9 @@ pipeline {
|
||||||
label 'docker-build'
|
label 'docker-build'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
environment {
|
||||||
|
XDG_CACHE_HOME = '/tmp/.cache'
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('build') {
|
stage('build') {
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue