mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 10:55:48 +00:00
Added the new chnges in jenkinsfile
This commit is contained in:
parent
8ea5c95dd2
commit
315a72b91e
1 changed files with 0 additions and 7 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -13,12 +13,5 @@ pipeliene {
|
||||||
sh 'mvn package'
|
sh 'mvn package'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage( 'post build' ) {
|
|
||||||
steps {
|
|
||||||
archiveArtifacts artifacts: '**/spring-petclinic-3.0.0.jar'
|
|
||||||
onlyIfSuccesful: true
|
|
||||||
junit testResults: '**/test-results/test/TEST-*.xml'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue