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
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
@ -18,11 +18,11 @@ pipeline {
|
||||||
sh 'export PATH="/usr/lib/jvm/java-1.17.0-openjdk-amd64/bin:$PATH" && mvn package'
|
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',
|
archiveArtifacts artifacts: '**/target/spring-petclinic.war',
|
||||||
followSymlinks: false
|
followSymlinks: false
|
||||||
junit '**/surefire-reports/TEST-*.xml'
|
junit '**/surefire-reports/TEST-*.xml'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue