From 2eaea010cfed5cdd1a89cd2ce45e527aafa79a8d Mon Sep 17 00:00:00 2001 From: markoburcul Date: Thu, 23 Oct 2025 11:51:20 +0200 Subject: [PATCH] ci: move it to a container Referenced issue: * https://github.com/status-im/infra-ci/issues/188 --- Jenkinsfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 64528af07..6abdcc304 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,13 @@ library 'status-jenkins-lib@v1.9.10' pipeline { agent { - label 'linux' + 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 ' + + '--user jenkins' + } } options {