Skip to content

Latest commit

 

History

History
188 lines (110 loc) · 6.46 KB

CHANGELOG.md

File metadata and controls

188 lines (110 loc) · 6.46 KB

Change Log

[1.0.3] - 2023-05-10

Fixed

1.0.2 - 2023-02-28

Fixed

1.0.1 - 2020-10-22

Fixed

1.0.0 - 2019-04-14

Changed

  • GH-3 Upgraded Jenkins core version from 2.73 to 2.76

0.6.3 - 2018-04-24

Fixed

0.6.2 - 2018-04-23

Fixed

  • JENKINS-50125 Set default parameters when a job is parameterised

0.6.1 - 2018-04-22

Fixed

0.6.0 - 2018-04-21

Changed (Breaking Change)

  • Upgraded Java 7 to Java 8
  • Upgraded Groovy from 1.8 to 2.4
  • Upgraded Jenkins core version from 1.651.3 to 2.73
  • Upgraded CodeNarc from 0.26.0 to 1.1
  • Upgraded gradle from 2.9 to 4.6
  • Upgraded gradle-jpi-plugin from 0.16.0 to 0.26.0

Fixed

  • JENKINS-49178 Comment trigger is no longer supported in JIRA Cloud
    • Add comment_created webhook event in JIRA Cloud to make this work

0.5.1 - 2017-09-08

Fixed

  • JENKINS-46482 Another attempt to fix this bug as the previous fix broke pipeline job

Changed

  • Update Jenkins core version from 1.651.2 to 1.651.3

0.5.0 - 2017-09-06

Added

Fixed

  • JENKINS-46482 Parameter Mapping is not working due to SECURITY-170

Changed

  • Update Jenkins core version from 1.642 to 1.651.2

0.4.2 - 2017-08-11

Fixed

  • JENKINS-43642 jira-trigger-plugin used in a pipeline job is giving NullPointerException upon restart
  • Restore Jenkins build by pointing to the new ci.jenkins.io

0.4.1 - 2017-03-15

Fixed

  • JENKINS-41878 Runtime Exception while using jira trigger plugin in maven job

0.4.0 - 2016-12-05

Added

Changed

  • Update Jenkins core version from 1.565.3 to 1.642

0.3.0 - 2016-11-27

Fixed

Added

0.2.4 - 2016-10-25

Fixed

  • JENKINS-39076 Stack Overflow when trying to save system configuration in Jenkins 2.19.1

0.2.3 - 2016-08-01

Added

  • JENKINS-37082 Support Java 1.7
    • Previously this plugin will throw StackOverflowError when being run with Java 1.8 due to GROOVY-6818.

Fixed

  • JENKINS-34135 NPE Warning in Jenkins log while configuring a build job with JIRA Trigger

0.2.2 - 2016-04-19

Fixed

  • JENKINS-34135 Plugin swallows every exceptions thrown in http requests
    • Before this bug fix, when you don't have read permission for anonymous user, the user will not be redirected to the login page automatically.

0.2.1 - 2016-04-10

Fixed

  • JENKINS-34135 Plugin requires anonymous user to have job read permission

0.2.0 - 2016-02-15

Changed (Breaking Change)

  • Issue attribute path implementation is changed. It is no longer resolving values from JSON to save JIRA round trip. Read the updated help files for the new implementation.
  • Jenkins webhook receiver URL is changed from /jira-trigger/ to /jira-trigger-webhook-receiver/. Update your JIRA webhook configuration.
  • JIRA comment_created webhook event is no longer supported, just use issue_updated webhook event.

Added

  • Triggers a build when an issue is updated in JIRA
  • Sets JIRA information as environment variables to the triggered build

0.1.0

Added

  • Initial release.