diff --git a/Jenkinsfile b/Jenkinsfile index a96ad36..1aeed6e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,14 @@ library 'status-jenkins-lib@v1.8.8' 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(