dustin
/
jenkinsagent
Archived
1
0
Fork 0

Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin 8d36acc80e ci: Begin CI pipeline 2022-03-16 11:32:42 -05:00
1 changed files with 4 additions and 1 deletions

5
ci/Jenkinsfile vendored
View File

@ -2,7 +2,10 @@ pipeline {
agent { agent {
dockerfile { dockerfile {
dir 'ci' dir 'ci'
args '-v /etc/ssh/ssh_known_hosts:/etc/ssh/ssh_known_hosts' args '''
-v /etc/ssh/ssh_known_hosts:/etc/ssh/ssh_known_hosts
--pids-limit 16384
'''
} }
} }