Maybe third time is a charm for Jenkins?
aviat/HummingBirdAnimeClient/develop There was a failure building this commit Details

This commit is contained in:
Timothy Warren 2018-10-11 12:08:57 -04:00
parent 562e88dc43
commit 0d84cdb1c1
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -3,9 +3,9 @@ pipeline {
stages {
stage('PHP 7.1') {
agent {
docker { image 'php:7.1-alpine' }
label 'php-7.1'
}
docker { image 'php:7.1-alpine' }
steps {
sh 'build/docker_install.sh > /dev/null'
'apk add --no-cache php7-phpdbg'
@ -16,9 +16,9 @@ pipeline {
}
stage('PHP 7.2') {
agent {
docker { image 'php:7.2-alpine' }
label 'php-7.2'
}
docker { image 'php:7.2-alpine' }
steps {
sh 'build/docker_install.sh > /dev/null'
'apk add --no-cache php7-phpdbg'