dustin
/
jenkinsagent
Archived
1
0
Fork 0

Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin 574c346809 ci: Begin CI pipeline 2022-03-15 15:57:40 -05:00
1 changed files with 1 additions and 1 deletions

2
ci/Jenkinsfile vendored
View File

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