-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins 2.222.3
influxdb-plugin 2.3
mstest (plugin) 1.0.0
junit (plugin) 1.29
influxdb (target) 1.7.10
multi-branch pipelines with bitbucket source
-
-
3.6.1
Although I can see the changeset available in the Job run, as well as test results, no changelog_data or junit_data is published to influxdb.
Our jobs are multibranch pipelines with Bitbucket Source.
Pipelines are declarative as jenkinsfiles in the git repos themselves
I tried with global listener and through the influxDbPublisher.
Test result in trx files that get converted to unit using mstest plugin
Although there are changes and test picked up by Jenkins in the job page, looking ate the influx plugin log messages I always get:
Data source empty: Change Log
Plugin skipped: JUnit
jenkins_data, jenkins_custom_data, customDataMaps and jenkinsEnvParameterField all working correctly.