1
0

Update Jenkinsfile

This commit is contained in:
Andrea Cavalli 2020-10-07 02:23:35 +02:00
parent 81be94b22b
commit b59c88f92c

4
Jenkinsfile vendored
View File

@ -27,8 +27,8 @@ pipeline {
sh "mkdir -p \"/var/jenkins_cache/.ccache_arm64\""
sh "chown 1000:1000 -R \"/var/jenkins_cache/.ccache_arm64\""
sh "mkdir -p \"${workspace}/tdlight-java/src/main\""
sh "chown 1000:1000 -R \"${workspace}\""
sh "chmod 771 -R \"${workspace}\""
//sh "chown 1000:1000 -R \"${workspace}\""
//sh "chmod 771 -R \"${workspace}\""
}
}
stage("Prepare native C++") {