Compare commits
1 Commits
7a230d5326
...
8d36acc80e
Author | SHA1 | Date |
---|---|---|
|
8d36acc80e |
|
@ -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
|
||||||
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue