stop removing and cleaning workspace

This commit is contained in:
Semantic Versioner 2019-11-25 16:30:09 -05:00
parent 65d34cf500
commit 53712b2d1a

2
Jenkinsfile vendored
View File

@ -87,8 +87,6 @@ pipeline {
}
post {
always {
removeDockerImages()
cleanWs()
}
}