mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 00:05: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'
|
||||
}
|
||||
}
|
||||
stage('junit_reports'){
|
||||
steps{
|
||||
junit '**/surefire-reports/*.xml'
|
||||
}
|
||||
}
|
||||
// stage('junit_reports'){
|
||||
// steps{
|
||||
// junit '**/surefire-reports/*.xml'
|
||||
// }
|
||||
// }
|
||||
}
|
||||
post{
|
||||
always{
|
||||
|
@ -56,6 +56,7 @@ pipeline{
|
|||
and jenkins url is $env.JENKINS_URL"""
|
||||
}
|
||||
success{
|
||||
junit '**/surefire-reports/*.xml'
|
||||
echo 'Pipeline is success'
|
||||
mail to: 'goruputivenkatalahari@gmail.com',
|
||||
subject: 'The pipeline is success',
|
||||
|
|
Loading…
Reference in a new issue