Give the docker image the correct permissions
Gitea - Tutorials/php-kilo/master There was a failure building this commit Details

This commit is contained in:
Timothy Warren 2019-12-04 16:26:16 -05:00
parent 462e0d2731
commit ce5389c242
1 changed files with 5 additions and 1 deletions

6
Jenkinsfile vendored
View File

@ -1,5 +1,9 @@
pipeline {
agent { dockerfile true }
agent {
dockerfile {
args '-u root --privileged'
}
}
stages {
stage('PHP 7.4') {
steps {