Clean Workspace If build failure

This commit is contained in:
budgidiere 2020-10-06 10:10:51 -05:00 committed by GitHub
parent c8b5db96a6
commit 9066454960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
Jenkinsfile vendored
View File

@ -96,6 +96,9 @@ pipeline {
success {
archiveArtifacts "target/*.jar"
}
failure {
cleanWs()
}
}
}
}