1
0

Update Jenkinsfile

This commit is contained in:
Andrea Cavalli 2020-10-04 19:11:09 +02:00
parent 6f94dd676b
commit cb2ae5d988

4
Jenkinsfile vendored
View File

@ -26,6 +26,10 @@ pipeline {
sh "chown 1000:1000 -R \"${workspace}/.m2\""
sh "mkdir -p \"${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\""
}
}