Attempt to solve a CI permissions issue take 2
Some checks failed
timw4mail/rusty-numbers/pipeline/head There was a failure building this commit

This commit is contained in:
Timothy Warren 2020-03-04 15:35:23 -05:00
parent 3e9da44721
commit afe55f6cca

2
Jenkinsfile vendored
View File

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