This commit is contained in:
KVKR31 2023-08-04 13:39:18 +05:30
parent 77804ce77d
commit 2b49a0b683

2
Jenkinsfile vendored
View file

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