mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:35:50 +00:00
added changes
This commit is contained in:
parent
5768e10441
commit
91e5d25973
1 changed files with 4 additions and 0 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -12,10 +12,13 @@ pipeline {
|
|||
}
|
||||
stages {
|
||||
stage ('git'){
|
||||
steps{
|
||||
git branch: 'develop',
|
||||
url: 'https://github.com/Akhil-Tejas225/spring-petclinic.git'
|
||||
}
|
||||
}
|
||||
stage ('build and package') {
|
||||
steps{
|
||||
rtMavenDeployer (
|
||||
id: 'SPC_DEPLOYER',
|
||||
serverId: 'JFROG_CLOUD',
|
||||
|
@ -31,6 +34,7 @@ pipeline {
|
|||
rtPublishBuildInfo (
|
||||
serverId: 'JFROG_CLOUD'
|
||||
)
|
||||
}
|
||||
stage ('reporting'){
|
||||
junit testResults: '**/target/surefire-reports/TEST-*.xml'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue