Attempt to solve a CI permissions issue take 3
timw4mail/rusty-numbers/pipeline/head There was a failure building this commit Details

This commit is contained in:
Timothy Warren 2020-03-04 15:39:32 -05:00
parent afe55f6cca
commit ccdced1d79
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline {
agent {
dockerfile {
args '-u 104:120 --privileged'
args '--privileged'
}
}
stages {