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

Update helper.groovy

parent a7641a04
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,9 @@ def doAnalysis(ArrayList<String> dependencyList, String label, String buildType)
def doPrepare(boolean checkoutScm, String gitUrl='') {
// clean workspace
sh '''
chown -R msk_jenkins .
'''
deleteDir()
// 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