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
2c5eaa3291
commit
c5aded1d1c
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -8,8 +8,8 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Setup') {
|
stage('Setup') {
|
||||||
steps {
|
steps {
|
||||||
sh "mkdir -p /.cache/go-build"
|
sh "mkdir -p .cache/go-build"
|
||||||
sh "chmod 777 /.cache/go-build"
|
sh "chmod 777 .cache/go-build"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
Loading…
Reference in New Issue
Block a user