Update Jenkinsfile

This commit is contained in:
Telesphoreo 2023-03-15 21:06:41 -05:00 committed by GitHub
parent b75232882c
commit 4c31b7f9ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

5
Jenkinsfile vendored
View File

@ -44,9 +44,10 @@ pipeline {
}
}
}
} {
}
post {
always {
archiveArtifacts artifacts: 'build/libs/*.jar', fingerprint: true
archiveArtifacts artifacts: 'build/libs/Scissors-paperclip-*.jar', fingerprint: true
junit 'Scissors-Server/build/test-results/test/*.xml'
junit 'Scissors-API/build/test-results/test/*.xml'
cleanWs()