Skip to content
Snippets Groups Projects
Commit f2400f3d authored by Reiner Jung's avatar Reiner Jung
Browse files

Fixed jenkinsfile

parent 59222025
No related branches found
No related tags found
No related merge requests found
......@@ -42,12 +42,11 @@ pipeline {
steps {
sh 'frameworks/Kieker/scripts/run-benchmark.sh'
}
}
post {
cleanup {
deleteDir()
cleanWs()
post {
cleanup {
deleteDir()
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