Skip to content

Latest commit

 

History

History
335 lines (259 loc) · 12.7 KB

CHANGELOG.md

File metadata and controls

335 lines (259 loc) · 12.7 KB

Changelog

Newer Versions

See GitHub Releases.

2.0.1

29.8.2019

2.0

23.8.2019

1.23

28.6.2019

1.22

31.5.2019

1.21

16.5.2019

1.20.4

20.2.2019

  • Re-continue support for older SonarQube versions (JENKINS-56038)

1.20.3

5.2.2019

1.20.2

14.12.2018

  • Fix support for SonarQube 7.4 and discontinue support for lower SonarQube versions (JENKINS-55009)
  • Fix calculating build time in custom data points (Pull Request 52)
  • Improved logging if plugin fails to connect to SonarQube (JENKINS-55032)

1.20.1

29.11.2018

1.20

4.10.2018

1.19

5.9.2018

1.18

15.8.2018

  • Add test_name tag so that the 'group by' clause can be used for perfpublisher results (Pull Request 39)
  • Add a possibility to change measurement jenkins_data to a custom name in pipelines (Pull request 40)
  • Add additional log output for skipped point generators (Pull Request 41)
  • Set a consistent timestamp for all point generation (Pull Request 42)
  • Fix bug preventing setting target in pipeline step (Pull Request 43)

1.17

29.6.2018

  • Fixed an issue with Jenkins log being cluttered with warning messages (JENKINS-49105)
  • Changed minimum required Cobertura Plugin to get rid of warnings when creating a maven package
  • Enable the use of environment variables as fields or tags for jenkins_data (Pull Request 32)
  • Add build_scheduled_time, build_exec_time, and build_measured_time as fields in JenkinsPointGenerator (Pull Request 38)

1.16

4.6.2018

1.15

11.5.2018

1.14

13.2.2018

1.13.2

23.1.2018

1.13.1

20.12.2017

  • Fix for running pipelines without all optional plugins installed (Pull request 25)

1.13

20.12.2017

1.12.3

30.6.2017

1.12.2

21.6.2017

  • Changed consistency level from ALL to ANY (Issue 44840)
  • Changed default retention policy to "autogen" (Pull request 16)
  • Temporarily disabled SonarQube integration due to multiple errors

1.12.1

26.5.2017

  • Fixed Performance Plugin support for latest version (Issue 43539)

1.12

15.5.2017

1.11

22.3.2017

1.10.3

10.2.2017

  • rf_tag_name added to tag_point

1.10.2

17.1.2017

  • Fixed an issue with pipelines causing a NullPointerException for several metrics (JENKINS-41067)

1.10.1

30.12.2016

  • Changed performance measurement name from <unit test file> to performance_data

1.10

23.12.2016

  • Exceptions are now ignorable (Pull request 3)
  • New fields for jenkins_data: build_result, build_result_ordinal, build_successful, last_stable_build, last_successful_build (Pull request 10)

1.9

8.11.2016

  • Added support for custom data maps (Pull request 8)
  • Added support for custom data (Pull request 7)
  • Removed build_<job_name_with_dashes_changed_to_underscores> measurement as obsolete
  • Added support for Performance plugin (JENKINS-38298\)

1.8.1

28.9.2016

1.8

13.9.2016

1.7

1.9.2016

  • Added JaCoCo support
  • Retention Policy is now configurable in global settings
  • Metrics are now sent as a bulk, instead of sent separately (Pull request 2)

1.6

10.8.2016

  • Fixed issue with Cobertura report files on agents were not found.

1.5

5.8.2016

  • Fixed issue with selected target not stored correctly in configuration

1.4

4.8.2016

  • Support for pipelines
  • Fixed issue with multiple targets with same url, but different database
  • Fixed issue with Cobertura reports in other than default location

1.3

26.7.2016

  • First release available from the update center.