From 3f186bb725da89a89972eeae17883f4230ad142d Mon Sep 17 00:00:00 2001 From: markoburcul Date: Thu, 23 Oct 2025 14:26:25 +0200 Subject: [PATCH] ci: move it to a container Referenced issue: * https://github.com/status-im/infra-ci/issues/188 --- Jenkinsfile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8b73850..d023ac4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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(