Update 'Jenkinsfile'

This commit is contained in:
dany 2022-08-02 20:54:34 +02:00
parent 3ee668d425
commit 86f2fbcc67

2
Jenkinsfile vendored
View File

@ -32,7 +32,7 @@ pipeline{
{ {
agent { agent {
docker { docker {
image 'xsangle/ci-tools:latest-amd64' image 'xsangle/ci-tools:latest-arm64'
// args '-v /etc/passwd:/etc/passwd' // 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,