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