From 86f2fbcc6734c14d051593dbcf638dc10b18d2d3 Mon Sep 17 00:00:00 2001 From: dany Date: Tue, 2 Aug 2022 20:54:34 +0200 Subject: [PATCH] Update 'Jenkinsfile' --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 033bb7d..57f22d9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,7 +32,7 @@ pipeline{ { agent { docker { - image 'xsangle/ci-tools:latest-amd64' + image 'xsangle/ci-tools:latest-arm64' // args '-v /etc/passwd:/etc/passwd' // Run the container on the node specified at the // top-level of the Pipeline, in the same workspace,