A docker image that exists does help
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit Details

This commit is contained in:
Timothy Warren 2020-03-12 10:28:21 -04:00
parent acd507d7f2
commit 2958307115
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stage('setup') {
agent {
docker {
image 'php-alpine'
image 'php:alpine'
args '-u root --privileged'
}
}