mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 01:15:50 +00:00
fixed post being in stages
This commit is contained in:
parent
bf4c9ac964
commit
1f64f276f0
1 changed files with 0 additions and 4 deletions
|
@ -15,10 +15,6 @@ pipeline{
|
|||
stage("test"){
|
||||
steps{
|
||||
sh 'mvn -Dmaven.test.failure.ingore=true test'
|
||||
}
|
||||
}
|
||||
post{
|
||||
success{
|
||||
junit 'target/surefire-reports/**/*.xml'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue