Update Jenkinsfile
This commit is contained in:
parent
94f2b7dfca
commit
5edda5cbaa
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -27,10 +27,8 @@ pipeline {
|
|||||||
sh "chown 1000:1000 -R \"/var/jenkins_cache/.m2\""
|
sh "chown 1000:1000 -R \"/var/jenkins_cache/.m2\""
|
||||||
sh "mkdir -p \"/var/jenkins_cache/.ccache\""
|
sh "mkdir -p \"/var/jenkins_cache/.ccache\""
|
||||||
sh "chown 1000:1000 -R \"/var/jenkins_cache/.ccache\""
|
sh "chown 1000:1000 -R \"/var/jenkins_cache/.ccache\""
|
||||||
sh "mkdir -p \"${workspace}/work\""
|
sh "chown 1000:1000 -R \"${workspace}/tdlight-java\""
|
||||||
sh "chown 1000:1000 -R \"${workspace}/work\""
|
sh "chmod 771 -R \"${workspace}/tdlight-java\""
|
||||||
sh "mkdir -p \"${workspace}/output\""
|
|
||||||
sh "chown 1000:1000 -R \"${workspace}\""
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user