Update jenkinsfiles fix

This commit is contained in:
SandeshKutwade 2024-04-11 10:56:41 +05:30 committed by GitHub
parent b27638bf30
commit bc556cbe46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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