Update Jenkinsfile
This commit is contained in:
parent
6f94dd676b
commit
cb2ae5d988
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -26,6 +26,10 @@ pipeline {
|
|||||||
sh "chown 1000:1000 -R \"${workspace}/.m2\""
|
sh "chown 1000:1000 -R \"${workspace}/.m2\""
|
||||||
sh "mkdir -p \"${workspace}/.ccache\""
|
sh "mkdir -p \"${workspace}/.ccache\""
|
||||||
sh "chown 1000:1000 -R \"${workspace}/.ccache\""
|
sh "chown 1000:1000 -R \"${workspace}/.ccache\""
|
||||||
|
sh "mkdir -p \"${workspace}/work\""
|
||||||
|
sh "chown 1000:1000 -R \"${workspace}/work\""
|
||||||
|
sh "mkdir -p \"${workspace}/output\""
|
||||||
|
sh "chown 1000:1000 -R \"${workspace}/output\""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user