Don't clean the workspace first

This commit is contained in:
Telesphoreo 2022-04-14 20:40:24 -05:00
parent 195650a11b
commit 2aa83ebb1f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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