This commit is contained in:
KVKR31 2023-08-04 14:41:35 +05:30
parent 2b49a0b683
commit 8ae8449419

4
Jenkinsfile vendored
View file

@ -25,8 +25,8 @@ pipeline {
stage('build') { stage('build') {
steps { steps {
<<<<<<< HEAD <<<<<<< HEAD
archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml', archiveArtifacts artifacts: '**/target/spring-petclinic-*.jar',
junit testResults : '**/target/surefire-reports/TEST-*.jar' junit testResults : '**/target/surefire-reports/TEST-*.xml'
======= =======
archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml', archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml',
junit testResults: '**/target/surefire-reports/TEST-*.xml' junit testResults: '**/target/surefire-reports/TEST-*.xml'