ci: map known_hosts to container
This commit is contained in:
parent
36687e24af
commit
cb54858412
|
@ -3,6 +3,7 @@ pipeline {
|
|||
dockerfile {
|
||||
label 'linux'
|
||||
dir 'ci'
|
||||
args '-v /home/jenkins/.ssh/known_hosts:/home/jenkins/.ssh/known_hosts:ro'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue