Skip to content

Commit

Permalink
only collect report.tar* from smoker, not individual files
Browse files Browse the repository at this point in the history
this is much faster and users can unarchive on their own
  • Loading branch information
evgeni committed Feb 13, 2024
1 parent 5b9fcb8 commit f556ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centos.org/pipelines/lib/foremanDuffyJob.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ pipeline {
archiveArtifacts artifacts: 'debug/**/*.tap', allowEmptyArchive: true
archiveArtifacts artifacts: 'debug/**/*.tar.xz', allowEmptyArchive: true
archiveArtifacts artifacts: 'debug/**/*.xml', allowEmptyArchive: true
archiveArtifacts artifacts: 'debug/**/report/**', allowEmptyArchive: true
archiveArtifacts artifacts: 'debug/**/report.tar*', allowEmptyArchive: true
archiveArtifacts artifacts: 'debug/**/foreman-backup/**', allowEmptyArchive: true

step([$class: "TapPublisher", testResults: "debug/**/*.tap"])
Expand Down

0 comments on commit f556ca6

Please sign in to comment.