dustin
/
jenkinsagent
Archived
1
0
Fork 0

Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin 7d895ea4ac ci: Begin CI pipeline 2022-03-15 21:11:58 -05:00
1 changed files with 1 additions and 1 deletions

2
ci/Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ pipeline {
agent { agent {
dockerfile { dockerfile {
dir 'ci' dir 'ci'
args '-v /etc/ssh/ssh_known_hosts:/etc/ssh/ssh_known_hosts -u 0:0' args '-v /etc/ssh/ssh_known_hosts:/etc/ssh/ssh_known_hosts --privileged -u 0:0'
} }
} }