Make it so Jenkins can actually build
Some checks failed
timw4mail/gilo/pipeline/head There was a failure building this commit

This commit is contained in:
Timothy Warren 2021-03-30 20:47:50 -04:00
parent ca49b44c73
commit 39ebce63dc

1
Jenkinsfile vendored
View File

@ -2,6 +2,7 @@ pipeline {
agent {
docker {
image 'golang:latest'
args '--privileged'
}
}
stages {