1
0

Update Jenkinsfile

This commit is contained in:
Andrea Cavalli 2020-10-04 22:17:27 +02:00
parent e65b330fd4
commit fa2f6d49e2

1
Jenkinsfile vendored
View File

@ -27,6 +27,7 @@ pipeline {
sh "chown 1000:1000 -R \"/var/jenkins_cache/.m2\""
sh "mkdir -p \"/var/jenkins_cache/.ccache\""
sh "chown 1000:1000 -R \"/var/jenkins_cache/.ccache\""
sh "mkdir -p \"${workspace}/tdlight-java/src/main\""
sh "chown 1000:1000 -R \"${workspace}\""
sh "chmod 771 -R \"${workspace}\""
}