Trying workspace cleanup

This commit is contained in:
Martin Stockhammer 2018-10-20 17:32:46 +02:00
parent 9c981ecf25
commit 6d31966687

3
Jenkinsfile vendored
View File

@ -153,6 +153,9 @@ pipeline {
} }
} }
} }
always {
cleanWs()
}
} }
} }