aboutsummaryrefslogtreecommitdiff
path: root/jenkins/multi_trigger.groovy
Commit message (Collapse)AuthorAgeFilesLines
* Sort platforms for consistent order in e-mail.1.0.31Matt Rendina2018-12-031-1/+2
|
* Allow override of master_platforms for building non-python packages.Matt Rendina2018-10-101-5/+28
|
* Genearte supp_env_var parameter for all jobs.Matt Rendina2018-05-111-0/+3
|
* Add ability to filter non-python packages from a platform's build.Matt Rendina2018-05-031-3/+41
| | | | | | * Generate dispatch jobs with appropriate filtering paramter flag. * Select a master platform for each OS at trigger time, selectively passing the filter flag as appropriate.
* Catch and report error from an early failure of dispatch (#62)1.0.24Matt Rendina2018-04-171-9/+17
| | | | Test for a `null` build result description property.
* Mail suppression and related bugfixes (#61)1.0.23Matt Rendina2018-04-061-11/+19
| | | | | | | * Remove deprecated triggering method. * Suppress e-mail when mail_recipients is empty * Handle single job suite builds correctly. * Use dispatch job's success status when summing successes.
* Add info to e-mail notification subject, improve formatting (#60)1.0.22Matt Rendina2018-04-051-2/+24
|
* Add multi_trigger scriptMatt Rendina2018-02-211-0/+42