Update jenkinsfiles Added artifacts

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

View file

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