mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 16:55:50 +00:00
spc added again
This commit is contained in:
parent
21c15675f5
commit
3f46f3112f
1 changed files with 6 additions and 5 deletions
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
|
@ -25,11 +25,11 @@ pipeline{
|
||||||
archiveArtifacts artifacts: '**/target/*.jar'
|
archiveArtifacts artifacts: '**/target/*.jar'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('junit_reports'){
|
// stage('junit_reports'){
|
||||||
steps{
|
// steps{
|
||||||
junit '**/surefire-reports/*.xml'
|
// junit '**/surefire-reports/*.xml'
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
|
@ -56,6 +56,7 @@ pipeline{
|
||||||
and jenkins url is $env.JENKINS_URL"""
|
and jenkins url is $env.JENKINS_URL"""
|
||||||
}
|
}
|
||||||
success{
|
success{
|
||||||
|
junit '**/surefire-reports/*.xml'
|
||||||
echo 'Pipeline is success'
|
echo 'Pipeline is success'
|
||||||
mail to: 'goruputivenkatalahari@gmail.com',
|
mail to: 'goruputivenkatalahari@gmail.com',
|
||||||
subject: 'The pipeline is success',
|
subject: 'The pipeline is success',
|
||||||
|
|
Loading…
Reference in a new issue