Skip to content

Releases: jenkinsci/github-plugin

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.

0.9

04 May 21:23
Compare
Choose a tag to compare
0.9
  • Fixed a bug in handling organization's private repository [pull #4|https://github.com//pull/9]
  • Updated to use a newer version of the github-api library.

0.7

04 May 21:22
Compare
Choose a tag to compare
0.7
  • Supported ssh-based access to GitHub. [pull #4|https://github.com//pull/4]
  • Fixed a bug in GitHub repository pattern matching that didn't allow "." in the name [pull #3|https://github.com//pull/3]

0.6

04 May 21:22
Compare
Choose a tag to compare
0.6
  • Added JGit explicitly to improve interaction with the Git plugin

0.5

04 May 21:22
Compare
Choose a tag to compare
0.5
  • Added support for post-receive trigger

0.4

04 May 21:21
Compare
Choose a tag to compare
0.4
  • Remove unused code