Releases: jenkinsci/github-plugin
Releases · jenkinsci/github-plugin
1.19.0
1.18.2
- (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
- (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
1.17.0
- (+) Administrative monitor, that can tell about hooks registering problem (also with warning in job config) 24690@issue
1.16.0
1.15.0
1.14.2
- (x) Fix NPE after deserialization of old configs for status steps 32132@issue
1.14.1
- (+) 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
- (+) 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