Skip to content
Snippets Groups Projects
Unverified Commit 2c137d3a authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer Committed by GitHub
Browse files

Update helper.groovy

parent 204958cc
No related branches found
No related tags found
No related merge requests found
......@@ -47,10 +47,9 @@ def doAnalysis(ArrayList<String> dependencyList, String label, String buildType)
def doPrepare(boolean checkoutScm, String gitUrl='') {
// clean workspace
// make sure all files in workspace can be written by msk_jenkins
sh '''
chown -R msk_jenkins .
find -mindepth 1 -maxdepth 1 -exec rm -rf \\{\\} \\;
'''
// Make sure, /var/run/lock/mtcadummy is writeable by msk_jenkins.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment