Skip to content

Releases: jenkinsci/github-plugin

1.10

04 May 21:28
Compare
Choose a tag to compare
  • (+) 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

04 May 21:27
Compare
Choose a tag to compare
  • Fixed "Github Webhook event of type null is not supported" ([23661@issue])

1.9

04 May 21:27
Compare
Choose a tag to compare
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

04 May 21:26
Compare
Choose a tag to compare
1.8
  • Fixed NPE trying to save a job ([20201@issue])

1.7

04 May 21:25
Compare
Choose a tag to compare
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

04 May 21:25
Compare
Choose a tag to compare
1.4
  • Removed GitHub V2 API dependency

1.3

04 May 21:24
Compare
Choose a tag to compare
1.3
  • Improved to use the new Jenkins hook type available in GitHub
  • Change GitHubPushCause to extend from SCMTriggerCause ([pull #15|https://github.com//pull/15]).

1.2

04 May 21:24
Compare
Choose a tag to compare
1.2
  • Refactored to enable GitHub SQS plugin ([pull #13|https://github.com//pull/13]).

1.1

04 May 21:24
Compare
Choose a tag to compare
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

04 May 21:23
Compare
Choose a tag to compare
1.0
  • the post-receive hook handling was not poking read-protected projects.