mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:35:49 +00:00
added
This commit is contained in:
parent
826d66db64
commit
e648ef5678
1 changed files with 0 additions and 5 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -24,13 +24,8 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('build') {
|
stage('build') {
|
||||||
steps {
|
steps {
|
||||||
<<<<<<< HEAD
|
|
||||||
archiveArtifacts artifacts: '**/target/spring-petclinic-*.jar'
|
archiveArtifacts artifacts: '**/target/spring-petclinic-*.jar'
|
||||||
junit testResults : '**/target/surefire-reports/TEST-*.xml'
|
junit testResults : '**/target/surefire-reports/TEST-*.xml'
|
||||||
=======
|
|
||||||
archiveArtifacts artifacts: '**/target/spring-petclinic-*.jar'
|
|
||||||
junit testResults: '**/target/surefire-reports/TEST-*.xml'
|
|
||||||
>>>>>>> f531905a03ca63a789b989629593531fb3c7ab7c
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue