Fixed CleanWs

This commit is contained in:
2019-11-26 12:04:27 -05:00
parent 467947bc05
commit 980cf31293

2
Jenkinsfile vendored
View File

@ -87,7 +87,7 @@ pipeline {
} }
post { post {
always { always {
cleanWS() cleanWs()
} }
} }