mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-28 18:35:49 +00:00
Added post step
This commit is contained in:
parent
dbef79a5d8
commit
c98dd02c5a
1 changed files with 9 additions and 0 deletions
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
|
@ -12,4 +12,13 @@ pipeline{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
post{
|
||||||
|
success{
|
||||||
|
|
||||||
|
archiveArtifacts artifacts: '**/target/spring-petclinic-*.jar'
|
||||||
|
junit testResults: '**/surefire-reports/TEST-*.xml'
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue