added changes

This commit is contained in:
“[Akhil 2024-12-25 17:07:11 +05:30
parent 3f136c61e5
commit 3ebad46477

3
Jenkinsfile vendored
View file

@ -37,8 +37,11 @@ pipeline {
}
}
stage('reporting'){
steps {
junit testResults: '**/target/surefire-reports/TEST-*.xml'
}
}
}