-
Notifications
You must be signed in to change notification settings - Fork 729
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for adding context to commit status. #97
Add support for adding context to commit status. #97
Conversation
This groups statuses from multiple contexts to return single combined status. More information here: https://developer.github.com/changes/2014-03-27-combined-status-api/
Kohsuke Kawaguchi » github-api #191 SUCCESS |
Support adding commitstatus without context.
Kohsuke Kawaguchi » github-api #192 SUCCESS |
Code LGTM. Didn't have an opportunity to test today. I know this is something that some folks at work are interested in. (So we can use it from the Jenkins plugin.) Cheers! |
Add support for adding context to commit status.
I'm going to release this as a new version. Surya, I've also added you as a committer so that you won't be blocked by my inaction, so feel free to push straight if need be. |
@kohsuke Can we also get a release of https://github.com/jenkinsci/github-api-plugin ? :) |
Not sure when it will show up in update center but I've update github-api-plugin to latest github-api and made a release @farmdawgnation @kohsuke @kohsuke thanks for the commit access 😺 |
Oh snap for some reason I don't see the jar on http://repo.jenkins-ci.org/public/org/kohsuke/github-api/ build failed :( https://jenkins.ci.cloudbees.com/job/plugins/job/github-api-plugin/14/org.jenkins-ci.plugins$github-api/console Seems like @kohsuke made a release, sorry I am new to maven |
My guess is that the default release strategy pushes to maven central. There's probably a different one needed to push to the jenkins repo. :/ |
This groups statuses from multiple contexts to return single combined
status. More information here:
https://developer.github.com/changes/2014-03-27-combined-status-api/