mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
added
This commit is contained in:
commit
77804ce77d
1 changed files with 6 additions and 1 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -24,8 +24,13 @@ pipeline {
|
|||
}
|
||||
stage('build') {
|
||||
steps {
|
||||
<<<<<<< HEAD
|
||||
archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml'
|
||||
junit testResults : '**/target/surefire-reports/TEST-*.jar'
|
||||
=======
|
||||
archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml',
|
||||
junit testResults: '**/target/surefire-reports/TEST-*.xml'
|
||||
>>>>>>> f531905a03ca63a789b989629593531fb3c7ab7c
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -41,4 +46,4 @@ pipeline {
|
|||
to: 'vinod@gmail.com'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue