Skip to content
Snippets Groups Projects
Commit d7da637a authored by Nils Langguth's avatar Nils Langguth
Browse files

Update Jenkinsfile-empty

parent 7e61e64b
No related branches found
No related tags found
No related merge requests found
Pipeline #10034241 passed
......@@ -11,9 +11,9 @@ pipeline{
sh "mkdir ${SUBDIR}"
sh "cd ${SUBDIR}"
git branch: "${CHECKOUTBRANCH}", url: "${CHECKOUTREPO}"
cleanWs()
sh "cd .."
sh "rm -rf ${SUBDIR}"
cleanWs()
}
}
}
......
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