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

fix permissions before building

parent 64d6b5fc
No related branches found
No related tags found
No related merge requests found
......@@ -151,6 +151,7 @@ def doBuild(String label, String buildType) {
// start the build
echo("Starting actual build...")
sh """
chown -R msk_jenkins /scratch
sudo -u msk_jenkins mkdir -p /scratch/build-${JOB_NAME}
sudo -u msk_jenkins mkdir -p /scratch/install
cd /scratch/build-${JOB_NAME}
......
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