mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:55:49 +00:00
Added the name change in pipeline
This commit is contained in:
parent
27734ce912
commit
3dd6fd2bf2
1 changed files with 5 additions and 5 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -18,8 +18,8 @@ pipeline {
|
|||
sh 'export PATH="/usr/lib/jvm/java-1.17.0-openjdk-amd64/bin:$PATH" && mvn package'
|
||||
}
|
||||
}
|
||||
stage('postbuild')
|
||||
{
|
||||
stage('postbuild') {
|
||||
steps {
|
||||
archiveArtifacts artifacts: '**/target/spring-petclinic.war',
|
||||
followSymlinks: false
|
||||
junit '**/surefire-reports/TEST-*.xml'
|
||||
|
|
Loading…
Reference in a new issue