Update Jenkinsfile

This commit is contained in:
2023-03-15 21:06:41 -05:00
committed by GitHub
parent b75232882c
commit 4c31b7f9ac

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()