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:12:57 +02:00
parent f0b6ec387e
commit e180e235ee

4
Jenkinsfile vendored
View File

@ -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
}