1
0
mirror of https://github.com/lxsang/DiyaSDK.git synced 2024-06-29 08:19:48 +02:00
This commit is contained in:
Dany LE 2022-08-07 11:06:18 +02:00
parent fa4e2bfa54
commit 6865103306

1
Jenkinsfile vendored
View File

@ -22,6 +22,7 @@ pipeline{
agent { agent {
docker { docker {
image 'xsangle/ci-yocto:focal' image 'xsangle/ci-yocto:focal'
args ' --user root '
// args '-v /var/jenkins_home/workspace/ant-http:/var/jenkins_home/workspace/ant-http' // args '-v /var/jenkins_home/workspace/ant-http:/var/jenkins_home/workspace/ant-http'
reuseNode true reuseNode true
} }