Skip to content

Commit

Permalink
Archive the json-report generated by ginkgo
Browse files Browse the repository at this point in the history
  • Loading branch information
domhanak committed Feb 7, 2024
1 parent 824b011 commit 68de5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.e2e.cluster
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pipeline {
post {
always {
script {
archiveArtifacts(artifacts: "**${kindLogsFolder}/**/*.*")
archiveArtifacts(artifacts: "**${kindLogsFolder}/**/*.*", "**/e2e-test-report.json")
}
}
cleanup {
Expand Down

0 comments on commit 68de5d3

Please sign in to comment.