Plugin Information |
---|
View GitHub API on the plugin site for more information. |
Note to plugin developers
If you are developing a plugin that depends on github-api, it's is highly recommended that you depend on this as opposed to bundle the jar locally. Doing so (as opposed to depending on org.kohsuke:github-api
as a jar), we can eliminate the classloader problems caused by having multiple copies of github-api loaded. Specifically, if plugin A and B both locally includes its own copy of the github-api.jar
and another plugin C depends on A and B, it'll break.
The version number of this plugin tracks the version number of github-api.jar
.
Changelog
Version 1.90 (Nov 1, 2017)
- JENKINS-47601 Issues with 64bit commit status id
- JENKINS-47632 Github repo id overflowing java int
- PR-389 Fixed OAuth connection to enterprise API
- PR-390 Labels: add method to update color
- Issue-355 Update GHPullRequest with missing properties
Version 1.89 (Sep 25th, 2017)
- Remove necessary transitive dependencies
- Update to 1.89 of org.kohsuke:github-api
Version 1.86 (Jul 3rd, 2017)
JENKINS-45142 Retry connections which fail with
SocketTimeoutException
.
Version 1.85.1 (May 31st, 2017)
- Migrated from bundling jackson2 to dependency on Jackson2 API Plugin to resolve class conflicts (JENKINS-44581)
Version 1.85 (Mar 1st, 2017)
- Updated the
github-api
dependency from1.84
to1.85
Version 1.84 (Jan 10th, 2017)
- Updated the
github-api
dependency from1.82
to1.84
Version 1.82 (Dec 20th, 2016)
- Updated the
github-api
dependency from1.80
to1.82
Version 1.80 (Nov 17th, 2016)
- Updated the
github-api
dependency from1.79
to1.80
Version 1.79 (Oct 26th, 2016)
- Updated the
github-api
dependency from1.77
to1.79
Version 1.77 (Aug 10th, 2016)
- Updated the
github-api
dependency from1.75
to1.77
Version 1.76 (Jul 1st, 2016)
- JENKINS-35118 Migrate to new parent POM.
Version 1.16 (Jan 4th, 2012)
- Released