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 14:26:25 +02:00
parent dd53f276ca
commit 3f186bb725
No known key found for this signature in database
GPG Key ID: FC4CD2F9A040D54A

9
Jenkinsfile vendored
View File

@ -1,6 +1,13 @@
#!/usr/bin/env groovy
pipeline {
agent { label 'linux' }
agent {
docker {
label 'linuxcontainer'
image 'harbor.status.im/infra/ci-build-containers:linux-base-1.0.0'
args '--volume=/var/run/docker.sock:/var/run/docker.sock ' +
'--user jenkins'
}
}
parameters {
string(