From fca33640692a0c1cae431585782aa799042751a7 Mon Sep 17 00:00:00 2001 From: markoburcul Date: Thu, 23 Oct 2025 13:58:56 +0200 Subject: [PATCH] ci: move it to a container Referenced issue: * https://github.com/status-im/infra-ci/issues/188 --- ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 3365e37..66c9f69 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent { dockerfile { - label 'linux' + label 'linuxcontainer' dir 'ci' } }