Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 3.04 KB

CHANGELOG.adoc

File metadata and controls

62 lines (44 loc) · 3.04 KB

Release Notes.

2.0.6 (Unreleased)

2.0.5

2.0.4

2.0.3

  • JENKINS-54197 - Allow combining room and failOnError fields along with site.

  • Upgrade retrofit2 dependency to fix the security warning.

  • Apply Google Style formatting.

2.0.2

  • JENKINS-52567 - Whitelist ResponseData methods in In-Process approval.

2.0.1

  • JENKINS-52432 - Pipeline’s timeout takes twice the timeout to terminate HubotApprove.

2.0.0

  • JENKINS-50608 - Global site configuration to support multiple hubot servers.

  • JENKINS-50609 - Folder Level site configuration.

  • JENKINS-50610 - Build Notifications. Hooray!

  • JENKINS-50611 - Support Token Macros.

  • JENKINS-50612 - Support sending custom data to hubot server.

  • JENKINS-50613 - Send envVars to hubot to support more smart messages.

  • JENKINS-50614 - Provide hubot examples for slack attachments.

  • JENKINS-50615 - Plugin documentation update.

  • JENKINS-44401 - Enhance hubotApprove to allow more fields that input step supports

    • Now hubotApprove supports id, submitter, ok, submitterParameter and parameters.

  • Few breaking changes.

    • failOnError - Changed type from boolean to String

    • failOnError - Global environment variable HUBOT_FAIL_ON_ERROR takes lower precedence for hubotSend and hubotApprove.

    • hubotSend, hubotApprove - The message not being appended with BUILD_URL and User Name anymore, instead these variable being sent through JSON, so scripts can have some massaging.

      • Not just these variables but lot more being sent through POST call to hubot, refer to hubot_slack.coffee in scripts folder for sample example and notes.

1.1.0

  • Upgrade pipeline plugin version to 2.5.

  • Minimum Jenkins requirement - 2.7.3.

  • Remove ThoughtsLive: from plugin name.

  • Upgrade parent to latest (2.23).

1.0.1

  • ISSUE-1 Append build user to message.

1.0.0

  • Initial release.

  • Supported Steps.

    • hubotSend

    • hubotApprove