Will tests still work with fewer file priviledges?
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit Details

This commit is contained in:
Timothy Warren 2020-03-16 15:19:43 -04:00
parent 9259c85586
commit 783dd322c0
1 changed files with 3 additions and 3 deletions

6
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ pipeline {
agent { agent {
docker { docker {
image 'php:7.3-alpine' image 'php:7.3-alpine'
args '-u root --privileged' args '--privileged'
} }
} }
steps { steps {
@ -26,7 +26,7 @@ pipeline {
agent { agent {
docker { docker {
image 'php:7.4-alpine' image 'php:7.4-alpine'
args '-u root --privileged' args '--privileged'
} }
} }
steps { steps {
@ -38,7 +38,7 @@ pipeline {
agent { agent {
docker { docker {
image 'php:alpine' image 'php:alpine'
args '-u root --privileged' args '--privileged'
} }
} }
steps { steps {