Gbru
Gbru

Reputation: 1087

Possible to attach a .Zip file to Jenkins after a Build has Completed?

  1. Possible to attach a .Zip file to Jenkins after a Build has Completed?

Scenario:

  1. I have 20 tests which get executed.

  2. Once the tests and the build has completed.

  3. 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

Answers (1)

tkosinski
tkosinski

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

Related Questions