From 07c9a6a1ebb7d05f3abd73f195d8bc8b29fdc284 Mon Sep 17 00:00:00 2001 From: markoburcul Date: Thu, 23 Oct 2025 13:59:33 +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 61071a3..598b862 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent { dockerfile { - label 'linux' + label 'linuxcontainer' dir 'ci' args '-v /home/jenkins/.ssh/known_hosts:/home/jenkins/.ssh/known_hosts:ro' }