Add back a patch

This commit is contained in:
2023-09-25 19:06:18 -05:00
parent 0e2564c3fa
commit 227341fc66
20 changed files with 16 additions and 25 deletions

4
Jenkinsfile vendored
View File

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