Jenkins : SSE Gateway Plugin

Server Sent Events (SSE) Gateway Plugin

Plugin Information

View Server Sent Events (SSE) Gateway on the plugin site for more information.

See GitHub documentation for more details.

Change Log

Version 1.20 (Aug 29, 2019)

  • JENKINS-58684: use a executor to run the retry and avoid too many threads. Improve errors logging.

Version 1.19 (Aug 2, 2019)

  • JENKINS-58684: Give meaningful names to threads created by the plugin  (to diagnose the issue) 

Version 1.18 (Jun 26, 2019)

Version 1.17 (Dec 28, 2018)

Version 1.16 (Jan 26, 2017)

  • JENKINS-52123: Adjust sse-gateway to the now configurable location for tasks logging

Version 1.15 (Jan 26, 2017)

  • JENKINS-41487: new release of pubsub-light because it wasn't in the update centre.

Version 1.14 (Jan 26, 2017)

  • Updated to use the pubsub-light plugin (used to be a jenkins-module).

Version 1.13 (Jan 23, 2017)

Version 1.12 (Jan 13, 2017)

  • JENKINS-39894: Changed Event polyfill hoping to fix MSIE intermittent message loss.
  • JENKINS-41063: Make EventDispatcher instances Serializable.

Version 1.11 (Jan 9, 2017)

Version 1.10 (Sept 24, 2016)

  • Asynchronous configuration in an attempt to address JENKINS-38252.

Version 1.9 (Sept 12, 2016)

  • Misc fixes to get the ATH running better

Note: This version of the plugin must be used with version 0.0.9 (and above) of the NPM package.

Version 1.8 (Aug 3, 2016)

Version 1.7 (Aug 2, 2016)

  • Regression fix for the Acceptance Test Harness to maintain sessions.

Version 1.6 (July 29, 2016)

  • JENKINS-36238: Server-side store and forward of SSE events on client disconnect

Note: This version of the plugin must be used with version 0.0.7 (and above) of the NPM package.

Version 1.5 (July 19, 2016)

Note: This version of the plugin must be used with version 0.0.6 (and above) of the NPM package.

Version 1.4 (June 29, 2016)

  • JENKINS-36218: Pubsub event enrichment @ExtensionPoint

Version 1.3 (June 15, 2016)

  • JENKINS-35711: Fixed pubsub-light-module to handle ParameterizedJob (instead of Job)

Version 1.2 (June 2, 2016)

  • Easier headless client

Version 1.1 (May 26, 2016)

  • JENKINS-35137: EventSource reconnect killing old EvenDispatcher and losing channel subs

Version 1.0 (May 24, 2016)

  • Initial Release