Reputation: 1087
Scenario:
I have 20 tests which get executed.
Once the tests and the build has completed.
A zip file will then get created storing all test results.
4. Is it possible to attach a .zip file to a build after a build has completed?
thanks for your help
Upvotes: 0
Views: 3871
Reputation: 1696
Yes, use the Email-ext plugin https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin
In the Attachments section, as it says, "Can use wildcards like 'module/dist/**/*.zip'"
Upvotes: 1