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