Commit c6a6ec39 authored by Jim Klimov's avatar Jim Klimov

Jenkinsfile : regenerated with zproject support for better workspace cleanup…

Jenkinsfile : regenerated with zproject support for better workspace cleanup before test preparation
parent 4110c6b7
......@@ -84,6 +84,8 @@ pipeline {
stage ('prepare') {
steps {
dir("tmp") {
sh 'if [ -s Makefile ]; then make -k distclean || true ; fi'
sh 'chmod -R u+w .'
deleteDir()
}
sh './autogen.sh'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment