mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:45: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 {
|
stages {
|
||||||
stage ('git'){
|
stage ('git'){
|
||||||
|
steps{
|
||||||
git branch: 'develop',
|
git branch: 'develop',
|
||||||
url: 'https://github.com/Akhil-Tejas225/spring-petclinic.git'
|
url: 'https://github.com/Akhil-Tejas225/spring-petclinic.git'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
stage ('build and package') {
|
stage ('build and package') {
|
||||||
|
steps{
|
||||||
rtMavenDeployer (
|
rtMavenDeployer (
|
||||||
id: 'SPC_DEPLOYER',
|
id: 'SPC_DEPLOYER',
|
||||||
serverId: 'JFROG_CLOUD',
|
serverId: 'JFROG_CLOUD',
|
||||||
|
@ -31,6 +34,7 @@ pipeline {
|
||||||
rtPublishBuildInfo (
|
rtPublishBuildInfo (
|
||||||
serverId: 'JFROG_CLOUD'
|
serverId: 'JFROG_CLOUD'
|
||||||
)
|
)
|
||||||
|
}
|
||||||
stage ('reporting'){
|
stage ('reporting'){
|
||||||
junit testResults: '**/target/surefire-reports/TEST-*.xml'
|
junit testResults: '**/target/surefire-reports/TEST-*.xml'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue