Skip to content
Snippets Groups Projects
Commit 0fa58c9b authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

bug fix

parent 95b92776
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,7 @@ def doPrepare(boolean checkoutScm) {
checkout scm
sh '''
sudo -u msk_jenkins git clean -f -d -x
sudo -u msk_jenkins mkdir /scratch/source
sudo -u msk_jenkins cp -r * /scratch/source
'''
}
......
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