1
0
mirror of https://github.com/lxsang/DiyaSDK.git synced 2024-06-26 15:09:47 +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 {
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
}