Update jenkinsfiles

This commit is contained in:
SandeshKutwade 2024-04-11 11:03:45 +05:30 committed by GitHub
parent bc556cbe46
commit 83252750d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ pipeline {
post {
success {
// Archive the artifacts
archiveArtifacts artifacts: 'target/surefire-reports/*.xml'
archiveArtifacts artifacts: '**/surefire-reports/*.xml'
}
}
}