This commit is contained in:
KVKR31 2023-08-04 13:37:15 +05:30
parent 4666e630b2
commit 240aee3fef

2
Jenkinsfile vendored
View file

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