[JIRA] (JENKINS-59104) Custom tags are not published after upgrade of plugin Influx DB 2.0

2019-10-23 Thread aleksi.sim...@eficode.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aleksi Simell closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59104  
 
 
  Custom tags are not published after upgrade of plugin Influx DB 2.0   
 

  
 
 
 
 

 
Change By: 
 Aleksi Simell  
 
 
Status: 
 Resolved Closed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.201526.1566916831000.18102.1571826901739%40Atlassian.JIRA.


[JIRA] (JENKINS-59104) Custom tags are not published after upgrade of plugin Influx DB 2.0

2019-08-28 Thread aleksi.sim...@eficode.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aleksi Simell updated  JENKINS-59104  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59104  
 
 
  Custom tags are not published after upgrade of plugin Influx DB 2.0   
 

  
 
 
 
 

 
Change By: 
 Aleksi Simell  
 
 
Status: 
 Fixed but Unreleased Resolved  
 
 
Released As: 
 2.0.1  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.201526.1566916831000.2449.1567057620246%40Atlassian.JIRA.


[JIRA] (JENKINS-59104) Custom tags are not published after upgrade of plugin Influx DB 2.0

2019-08-28 Thread aleksi.sim...@eficode.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aleksi Simell updated  JENKINS-59104  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 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!  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-59104  
 
 
  Custom tags are not published after upgrade of plugin Influx DB 2.0   
 

  
 
 
 
 

 
Change By: 
 Aleksi Simell  
 
 
Status: 
 Open Fixed but Unreleased  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.201526.1566916831000.1690.1566979260317%40Atlassian.JIRA.


[JIRA] (JENKINS-59104) Custom tags are not published after upgrade of plugin Influx DB 2.0

2019-08-27 Thread michelzan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michel Zanini created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59104  
 
 
  Custom tags are not published after upgrade of plugin Influx DB 2.0   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Aleksi Simell  
 
 
Components: 
 influxdb-plugin  
 
 
Created: 
 2019-08-27 14:40  
 
 
Environment: 
 influxdb = 2.0  Jenkins = 2.190  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Michel Zanini  
 

  
 
 
 
 

 
 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.