diff --git a/Jenkinsfile b/Jenkinsfile index adb20462..b2b41b41 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,14 @@ library 'status-jenkins-lib@v1.9.24' pipeline { - agent { label 'linux' } + agent { + docker { + label 'linuxcontainer' + image 'harbor.status.im/infra/ci-build-containers:linux-base-1.0.0' + args '--volume=/nix:/nix ' + + '--volume=/etc/nix:/etc/nix ' + } + } options { disableConcurrentBuilds()