ci: map known_hosts to container

This commit is contained in:
Anton Iakimov 2024-04-02 16:28:38 +02:00
parent 36687e24af
commit cb54858412
No known key found for this signature in database
GPG Key ID: DEA1FE58DD8BF7FA
1 changed files with 1 additions and 0 deletions

1
ci/Jenkinsfile vendored
View File

@ -3,6 +3,7 @@ pipeline {
dockerfile {
label 'linux'
dir 'ci'
args '-v /home/jenkins/.ssh/known_hosts:/home/jenkins/.ssh/known_hosts:ro'
}
}