mirror of
https://github.com/lxsang/DiyaSDK.git
synced 2024-12-26 19:38:21 +01:00
fix
This commit is contained in:
parent
f0b6ec387e
commit
e180e235ee
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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user