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:58:56 +02:00
parent 9d01fd9559
commit fca3364069
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'
}
}