Update 'Jenkinsfile'
This commit is contained in:
parent
cba31aea88
commit
dbd67633ba
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user