GithubStatus: Allow config to specify the integration description and context
[?]
Jul 24, 2017, 7:12 PM
3STSGGIY6SVHMYFMCTP2ILO5ZWDAQ5MJYAMUMVV2AYCTBDEF7Q2ACDependencies
- [2]
WIM6VQOHGithubStatus: Include the full job name and build ID in the context. - [3]
NSRWW6LCAdd a plugin to interact with the github status API.
Change contents
- replacement in src/lib/Hydra/Plugin/GithubStatus.pm at line 43
description => "Hydra build #" . $b->id . " of $jobName",context => "continuous-integration/hydra:" . $jobName . $contextTrailerdescription => $conf->{description} // "Hydra build #" . $b->id . " of $jobName",context => $conf->{context} // "continuous-integration/hydra:" . $jobName . $contextTrailer