dustin
/
jenkinsagent
Archived
1
0
Fork 0

Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin 9a87cd769b ci: Begin CI pipeline 2022-03-15 15:58:16 -05:00
1 changed files with 1 additions and 1 deletions

2
ci/Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline { pipeline {
agent { agent {
docker { docker {
image 'registry.fedoraproject.io/fedora' image 'registry.fedoraproject.org/fedora'
args '--privileged -u 0:0' args '--privileged -u 0:0'
} }
} }