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: