ci: move it to a container

Referenced issue:
* https://github.com/status-im/infra-ci/issues/188
This commit is contained in:
Marko Burčul 2025-10-23 13:59:33 +02:00
parent 2636da4ba0
commit 07c9a6a1eb
No known key found for this signature in database
GPG Key ID: FC4CD2F9A040D54A

2
ci/Jenkinsfile vendored
View File

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