1
0
Fork 0

Update Jenkinsfile

This commit is contained in:
Andrea Cavalli 2020-10-04 19:38:05 +02:00
parent c618bb03b4
commit f14fc01b39
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -21,6 +21,7 @@ pipeline {
}
stages {
stage("Setup workspace") {
agent none
steps {
sh "mkdir -p \"/var/jenkins_cache/.m2\""
sh "chown 1000:1000 -R \"/var/jenkins_cache/.m2\""