mirror of
https://github.com/lxsang/DiyaSDK.git
synced 2025-09-03 09:41:58 +02:00
fix
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -22,7 +22,7 @@ pipeline{
|
|||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'xsangle/ci-yocto:focal'
|
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'
|
// args '-v /var/jenkins_home/workspace/ant-http:/var/jenkins_home/workspace/ant-http'
|
||||||
reuseNode true
|
reuseNode true
|
||||||
}
|
}
|
||||||
@@ -40,7 +40,7 @@ pipeline{
|
|||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'xsangle/ci-yocto:focal'
|
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'
|
// args '-v /var/jenkins_home/workspace/ant-http:/var/jenkins_home/workspace/ant-http'
|
||||||
reuseNode true
|
reuseNode true
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user