See GitHub Releases.
29.8.2019
- Fix initialization in pipelines (JENKINS-59104)
23.8.2019
-
Add project path as a tag (Pull Request 65)
-
Fix handling environment variables in pipelines (JENKINS-47776 / Pull Request 74)
This causes a backwards incompatibility issue with Configuration As Code: the configuration needs to be changed from
influxDbPublisher
toinfluxDbGlobalConfig
.Might cause issues when creating new targets in pipelines. The
InfluxDbPublisher
instance is now under jenkinsci.plugins.influxdb.InfluxDbStep.DescriptorImpl. -
Fix empty
build_agent_name
field value (JENKINS-58945) -
Minor fixes and improvements (Pull Request 63, Pull Request 64, Pull Request 66, Pull Request 67, Pull Request 68, Pull Request 69, Pull Request 70, Pull Request 71, Pull Request 72)
28.6.2019
- Re-enable Jenkins proxy usage (Pull Request 61)
- Code quality improvements (Pull Request 62)
- Expand environment variables for custom prefix (JENKINS-50167)
- Don't add "_" to
project_name
tag value if custom prefix isnull
(JENKINS-57944)
31.5.2019
- Fix security issue
16.5.2019
- Allow plugin to be used in pipelines with cleaner syntax
influxDbPublisher()
(Pull Request 54) - Improvements to code quality, updated dependencies to other plugins (Pull Request 55)
- Add support for configuration-as-code (JENKINS-53950 / Pull Request 57)
- Add help texts to configuration (JENKINS-47307 / Pull Request 58)
20.2.2019
- Re-continue support for older SonarQube versions (JENKINS-56038)
5.2.2019
- InfluxDbPublisher: avoid
NullPointerException
on empty targets (Pull Request 53 / JENKINS-55594) - Fix writing usernames and passwords to be logged by InfluxDB when data is written (JENKINS-55823)
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)
29.11.2018
- Don't change dashes to underscores in tag value (JENKINS-50575)
- Add tags for
suite_result
,testcase_point
, andtag_point
(JENKINS-51699) - Fix adding multiple targets (JENKINS-54595)
- Check
null
values in SonarQube URL (JENKINS-54560)
4.10.2018
- Fix for
NullPointerException
inCustomPointDataGenerator
(Pull Request 47) - Allow targets to be set as global listeners (Pull Request 49)
- Reduce verbosity in Jenkins system logs (Pull Request 50)
- Fix losing targets after Jenkins restart (JENKINS-53861)
5.9.2018
- Set InfluxDB server detail from groovy scripts (Pull Request 35, Pull Request 46, JENKINS-50962)
- Add possibility to configure the scheduled job time as InfluxDB points timestamp (Pull Request 48)
- Use SONAR_HOST_URL environment variable if possible for SonarQube server (JENKINS-49799)
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)
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
, andbuild_measured_time
as fields inJenkinsPointGenerator
(Pull Request 38)
4.6.2018
- Fixed issue with
null
custom data map tags (JENKINS-51389) - Added "Time in queue" metric if plugin is available (Pull request 29)
- Fixed SonarQube data collection if project name has slashes (JENKINS-50763 / Pull request 30)
11.5.2018
- Allow to use Jenkins global proxy when connecting to InfluxDB server (Pull request 23)
- Added project path and and agent name to
jenkins_data
(Pull request 26) - Added support for custom tags (Pull request 28)
13.2.2018
- Added SonarQube authentication support (JENKINS-47776)
- Support for custom project name (Pull request 24)
- Fixed pipeline support if user doesn't have Robot Framework plugin (JENKINS-49308)
23.1.2018
- Fixed Sonarqube data fetching (JENKINS-48858)
20.12.2017
- Fix for running pipelines without all optional plugins installed (Pull request 25)
20.12.2017
- Fix for empty or
null
usernames (Pull request 19) - Ignore resolved issues from Sonarqube scan (Pull request 20)
- Perfpublisher plugin support (Pull request 21)
- Fixed insertion with empty customPrefix (Pull request 22)
- Added help texts for global configuration page (Issue 47307)
- Changed other plugins to be optional dependencies
30.6.2017
- Fixed SonarQube integration (Pull request 17)
- Travis CI integration (Pull request 15)
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
26.5.2017
- Fixed Performance Plugin support for latest version (Issue 43539)
15.5.2017
- Added 90-percentile for
performance_data
measurement (Pull Request 12) - Fixed Influx-Java version bump (Pull request 13)
- Added measurement
changelog_data
(Pull request 14) - Fixed plugin crash if data generation fails (Jenkins-44011)
22.3.2017
- Updated pipeline usage
- Added SonarQube integration (Pull request 11)
10.2.2017
rf_tag_name
added totag_point
17.1.2017
- Fixed an issue with pipelines causing a
NullPointerException
for several metrics (JENKINS-41067)
30.12.2016
- Changed performance measurement name from
<unit test file>
toperformance_data
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)
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\)
28.9.2016
- Added custom prefixes (Pull request 6)
13.9.2016
- Changed Cobertura integration to get data from Cobertura Plugin
- Metrics can now be grouped by project name (Pull request 4)
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)
10.8.2016
- Fixed issue with Cobertura report files on agents were not found.
5.8.2016
- Fixed issue with selected target not stored correctly in configuration
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
26.7.2016
- First release available from the update center.