Update 'Jenkinsfile'

This commit is contained in:
dany 2022-08-02 19:58:24 +02:00
parent cba31aea88
commit dbd67633ba

1
Jenkinsfile vendored
View File

@ -37,6 +37,7 @@ pipeline{
agent { agent {
docker { docker {
image 'xsangle/ci-tools:latest-amd64' image 'xsangle/ci-tools:latest-amd64'
args '-v /etc/passwd:/etc/passwd'
// Run the container on the node specified at the // Run the container on the node specified at the
// top-level of the Pipeline, in the same workspace, // top-level of the Pipeline, in the same workspace,
// rather than on a new node entirely: // rather than on a new node entirely: