mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 22:35:49 +00:00
Added Jenkins file
This commit is contained in:
parent
391e135906
commit
004e86d9d3
1 changed files with 1 additions and 3 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -10,9 +10,7 @@ node {
|
||||||
sh 'mvn package'
|
sh 'mvn package'
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('show test results') {
|
|
||||||
junit 'target/surefire-reports/*.xml'
|
|
||||||
}
|
|
||||||
|
|
||||||
stage ('archival') {
|
stage ('archival') {
|
||||||
// archiving artifacts
|
// archiving artifacts
|
||||||
|
|
Loading…
Reference in a new issue