Compare commits
1 Commits
c5bd9666f9
...
7d895ea4ac
Author | SHA1 | Date |
---|---|---|
|
7d895ea4ac |
|
@ -2,7 +2,7 @@ pipeline {
|
|||
agent {
|
||||
dockerfile {
|
||||
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'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue