mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2024-11-24 16:18:00 -05:00
Don't clean the workspace first
This commit is contained in:
parent
195650a11b
commit
2aa83ebb1f
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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()
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue