This commit is contained in:
KVKR31 2023-08-04 13:38:12 +05:30
commit 77804ce77d

5
Jenkinsfile vendored
View file

@ -24,8 +24,13 @@ pipeline {
}
stage('build') {
steps {
<<<<<<< HEAD
archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml'
junit testResults : '**/target/surefire-reports/TEST-*.jar'
=======
archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml',
junit testResults: '**/target/surefire-reports/TEST-*.xml'
>>>>>>> f531905a03ca63a789b989629593531fb3c7ab7c
}
}
}