diff --git a/Jenkinsfile b/Jenkinsfile index a615a7c..628149b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,6 +22,7 @@ pipeline{ agent { docker { image 'xsangle/ci-yocto:focal' + args ' --user root ' // args '-v /var/jenkins_home/workspace/ant-http:/var/jenkins_home/workspace/ant-http' reuseNode true }