Update 'Jenkinsfile'

This commit is contained in:
dany 2022-08-02 19:01:43 +02:00
parent 31e2545f93
commit 87889ec615

2
Jenkinsfile vendored
View File

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