From e180e235ee03b2ba9a5dd80c777e11285347354b Mon Sep 17 00:00:00 2001 From: Dany LE Date: Sun, 7 Aug 2022 11:12:57 +0200 Subject: [PATCH] fix --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 53d029d..83506fe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline{ agent { docker { image 'xsangle/ci-yocto:focal' - args ' --user root ' + //args ' --user root ' // args '-v /var/jenkins_home/workspace/ant-http:/var/jenkins_home/workspace/ant-http' reuseNode true } @@ -40,7 +40,7 @@ pipeline{ agent { docker { image 'xsangle/ci-yocto:focal' - args ' --user root ' + //args ' --user root ' // args '-v /var/jenkins_home/workspace/ant-http:/var/jenkins_home/workspace/ant-http' reuseNode true }