mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 19:07:28 +00:00
up
This commit is contained in:
parent
23225373dd
commit
4f0d523370
1 changed files with 8 additions and 1 deletions
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
|
|
@ -43,7 +43,14 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
stage('Upload Artifacts') {
|
||||
when {
|
||||
expression { currentBuild.result == null || currentBuild.result == 'SUCCESS' }
|
||||
}
|
||||
steps {
|
||||
archiveArtifacts artifacts: 'target/*.jar', fingerprint: true
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue