This commit is contained in:
KVKR31 2023-08-04 14:43:03 +05:30
parent 8ae8449419
commit 826d66db64

4
Jenkinsfile vendored
View file

@ -25,10 +25,10 @@ pipeline {
stage('build') { stage('build') {
steps { steps {
<<<<<<< HEAD <<<<<<< 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/surefire-reports/TEST-*.xml', archiveArtifacts artifacts: '**/target/spring-petclinic-*.jar'
junit testResults: '**/target/surefire-reports/TEST-*.xml' junit testResults: '**/target/surefire-reports/TEST-*.xml'
>>>>>>> f531905a03ca63a789b989629593531fb3c7ab7c >>>>>>> f531905a03ca63a789b989629593531fb3c7ab7c
} }