Releases: jenkinsci/github-plugin
Releases · jenkinsci/github-plugin
1.10
- (+) Build step to set Github commit status as "pending"
- (x) Prevent NPE in {{GitHubCommitNotifier}} if Git checkout fails ([23641@issue])
- (x) Fixed {{NoClassDefFoundError}} when [JENKINS:Multiple SCMs Plugin] is not present
- (i) Make the build status configurable if {{GitHubCommitNotifier}} fails ([25312@issue])
- (i) Improved error checks in the global configuration page.
- (i) Resolve variables in GitHub repository URL
1.9.1
- Fixed "Github Webhook event of type null is not supported" ([23661@issue])
1.9
- Webhook auto management now works with GitHub Enterprise ([18710@issue])
- GitHub Web Hook does not work unless "Prevent Cross Site Request Forgery exploits" is disabled ([20140@issue])
1.8
- Fixed NPE trying to save a job ([20201@issue])
1.7
- Add the name of the user who pushed to Github into the log ([pull #17|https://github.com//pull/17]).
- Recognize GitHub repository URLs that doesn't end with ".git"
- Got rid of API token and added OAuth token for interacting with GitHub.
- Webhook support is no longer a pre-requisite for commit status notification ([18165@issue])
1.4
- Removed GitHub V2 API dependency
1.3
1.2
1.1
- URL normalisation corrupts urls where the project name legitimately ends in 'tree/' ([pull #10|https://github.com//pull/10]).
- Global configuration not saved since Jenkins 1.445 ([12487@issue]).
- Also trigger jobs with GitHub repositories configured via MultipleSCMs plugin ([pull #12|https://github.com//pull/12]).
- Match git http:// urls which don't container a username@host since these are valid.
1.0
- the post-receive hook handling was not poking read-protected projects.