mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 02:45:50 +00:00
Added the new changes
This commit is contained in:
parent
b10540bd19
commit
db786a8049
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -1,5 +1,5 @@
|
||||||
pipeliene {
|
pipeliene {
|
||||||
agent { label 'JDK_17' }
|
agent { label 'any' }
|
||||||
triggers { pollSCM '* * * * *' }
|
triggers { pollSCM '* * * * *' }
|
||||||
stages {
|
stages {
|
||||||
stage( 'version control sysytem') {
|
stage( 'version control sysytem') {
|
||||||
|
@ -10,7 +10,7 @@ pipeliene {
|
||||||
}
|
}
|
||||||
stage( 'post build' ) {
|
stage( 'post build' ) {
|
||||||
steps {
|
steps {
|
||||||
archiveArtifacts artifacts: '**/libs/spring-petclinic-3.0.0/jar'
|
archiveArtifacts artifacts: '**/libs/spring-petclinic-3.0.0.jar'
|
||||||
onlyIfSuccesful: true
|
onlyIfSuccesful: true
|
||||||
junit testResults: '**/test-results/test/TEST-*.xml'
|
junit testResults: '**/test-results/test/TEST-*.xml'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue