Skip to content

Releases: jenkinsci/github-plugin

1.19.0

04 May 21:03
Compare
Choose a tag to compare
  • #119 [ + ] Add new universal publisher for GitHub status. Contain lot of extension points and can be extended (see javadocs). Other steps now use it internally
  • [ i ] Improve logging for trigger

1.18.2

04 May 21:04
Compare
Choose a tag to compare
  • (i) Use new plugin-parent pom
  • (x) Don't let the build fail if the commit doesn't exist in upstream 33371@issue

1.18.1

04 May 21:05
Compare
Choose a tag to compare
  • (i) Simplify some UI, texts and misc to be more common plugin 33228@issue
  • (x) Fix stored XSS in github link action. Now it allows only urls that matches scheme + fqdn + path

1.17.1

04 May 21:05
Compare
Choose a tag to compare
  • #110 - (+) Handle ssh:// URLs that doesn't contain git@

1.17.0

04 May 21:09
Compare
Choose a tag to compare
  • (+) Administrative monitor, that can tell about hooks registering problem (also with warning in job config) 24690@issue

1.16.0

04 May 21:10
Compare
Choose a tag to compare
  • #105 - (+) Show the "GitHub" link for Workflow projects

1.15.0

04 May 21:12
Compare
Choose a tag to compare
  • #102 - (+) Allow Commit Notifications to be used as Workflow Build Steps

1.14.2

04 May 21:13
Compare
Choose a tag to compare
  • (x) Fix NPE after deserialization of old configs for status steps 32132@issue

1.14.1

04 May 21:15
Compare
Choose a tag to compare
  • (+) Configurable build context and message in status builder and notifier 27154@issue
  • (+) Let GitHub Project property be applied to any Job (even workflow)
  • (x) Ignore files when clean root cache dir (in 1.14.0 it throws IOException in such case)
  • (i) Useful method GitHubRepositoryName#create to create it from GitHubProjectProperty

1.14.0

04 May 21:16
Compare
Choose a tag to compare
  • (+) Workflow support 27136@issue
  • (x) Handle pings from organization webhooks 30626@issue
  • (i) Using okHttp as client to make requests to GH instead of built-in URLConnection
  • (+) Add cache to all requests to GitHub. It limited to 20MB for each GitHub server by default. Set 0 to disable this feature in "Advanced" section of GitHub Server configuration.
  • (i) Now plugin requires java 1.7