Update Jenkinsfile

Conflicts:
	Jenkinsfile
This commit is contained in:
Andrea Cavalli 2020-10-08 01:07:19 +02:00
parent 7451213d78
commit 9960c756c4
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -26,7 +26,7 @@ pipeline {
sh "chown 1000:1000 -R \"/var/jenkins_cache/.ccache\""
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 "mkdir -p \"${workspace}/tdlight-java/src/main\""
//sh "chown 1000:1000 -R \"${workspace}\""
//sh "chmod 771 -R \"${workspace}\""
}