Attempt to solve a CI permissions issue take 5
timw4mail/rusty-numbers/pipeline/head This commit looks good Details

This commit is contained in:
Timothy Warren 2020-03-04 16:13:42 -05:00
parent b6884ec39d
commit fce5d42be2
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,6 +1,6 @@
pipeline {
agent {
dockerfile {
docker {
image 'rust:latest'
args '--privileged'
}