-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
influxdb = 2.0
Jenkins = 2.190
-
-
2.0.1
After upgrading from 1.23 to latest 2.0 version of Influx DB the custom tags I was setting using jenkinsEnvParameterTag are being ignored and no longer being published.
I am using the pipeline like below:
influxDbPublisher([ selectedTarget: 'influxdb_maint', customPrefix: '', customProjectName: '_', replaceDashWithUnderscore: true, jenkinsEnvParameterTag: "key1=value1\nkey2=value2\nkey3=value3" ])
This works on 1.23 but not in 2.0.
I have downgraded the plugin in order to work again.
I am not sure why it's happening, but I know some refactoring's were done in the code that parses jenkinsEnvParameterTag.
[JENKINS-59104] Custom tags are not published after upgrade of plugin Influx DB 2.0
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Fixed but Unreleased [ 10203 ] |
Released As | New: 2.0.1 | |
Status | Original: Fixed but Unreleased [ 10203 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Issue is now fixed and will be available in the next release.
Root cause was initialization error when calling from a pipeline. The generators worked correctly, so this was not caught by tests. Thanks for informing this so quickly!