mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +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"){
|
stage("test"){
|
||||||
steps{
|
steps{
|
||||||
sh 'mvn -Dmaven.test.failure.ingore=true test'
|
sh 'mvn -Dmaven.test.failure.ingore=true test'
|
||||||
}
|
|
||||||
}
|
|
||||||
post{
|
|
||||||
success{
|
|
||||||
junit 'target/surefire-reports/**/*.xml'
|
junit 'target/surefire-reports/**/*.xml'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue