From dbd67633ba127eb14daa6fa30649398d598384e4 Mon Sep 17 00:00:00 2001 From: dany Date: Tue, 2 Aug 2022 19:58:24 +0200 Subject: [PATCH] Update 'Jenkinsfile' --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index d43e5ed..1e1efd0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,6 +37,7 @@ pipeline{ agent { docker { image 'xsangle/ci-tools:latest-amd64' + args '-v /etc/passwd:/etc/passwd' // Run the container on the node specified at the // top-level of the Pipeline, in the same workspace, // rather than on a new node entirely: