From 45fcfe8726dcd5c151624744a376ab58b6015a3a Mon Sep 17 00:00:00 2001 From: Dany LE Date: Tue, 2 Aug 2022 22:14:41 +0200 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 079df30..4990782 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,6 +40,7 @@ pipeline{ agent { docker { image 'xsangle/ci-tools:latest-amd64' + args '-v /var/jenkins_home/workspace/ant-http:/var/jenkins_home/workspace/ant-http' // 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: @@ -58,6 +59,7 @@ pipeline{ agent { docker { image 'xsangle/ci-tools:latest-arm64' + args '-v /var/jenkins_home/workspace/ant-http:/var/jenkins_home/workspace/ant-http' // 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: @@ -76,6 +78,7 @@ pipeline{ agent { docker { image 'xsangle/ci-tools:latest-arm' + args '-v /var/jenkins_home/workspace/ant-http:/var/jenkins_home/workspace/ant-http' // 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: