Update Jenkinsfile

This commit is contained in:
Telesphoreo 2022-04-06 21:45:16 -05:00
parent c9ea15b233
commit ac5ee6b0d7
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -11,6 +11,7 @@ pipeline {
post {
always {
archiveArtifacts artifacts: 'build/libs/*.jar', fingerprint: true
cleanWs()
}
}
}