Add a plugin to interact with the github status API.

Mutliple <githubstatus> sections are possible:
* jobs: regexp for jobs to match
* inputs: the input which corresponds to the github repo/rev whose
  status we want to report. Can be repeated
* authorization: Verbatim contents of the Authorization header. See
  https://developer.github.com/v3/#authentication.
This commit is contained in:
Shea Levy
2016-03-12 11:03:05 -05:00
parent 9b37cb89ae
commit 0d0b925af1
2 changed files with 77 additions and 1 deletions

View File

@ -15,7 +15,7 @@ sub notifyBuildStarted {
$plugin->buildStarted($build);
};
if ($@) {
print STDERR "$plugin->buildStarted: $@\n":
print STDERR "$plugin->buildStarted: $@\n";
}
}
}