[JIRA] (JENKINS-55421) Log File checker not aborting the pipeline even the size exceeds the limit

2019-01-07 Thread m.mohamednaz...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mohamed Nazeer Mohamed Ibrahim updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55421  
 
 
  Log File checker not aborting the pipeline even the size exceeds the limit   
 

  
 
 
 
 

 
Change By: 
 Mohamed Nazeer Mohamed Ibrahim  
 

  
 
 
 
 

 
 node('master'){ wrap([$class: 'LogfilesizecheckerWrapper', 'maxLogSize': 1, 'failBuild': true, 'setOwn': true])  {  {  echo "do stuff"   }   stage("print"){ while(true) {  {  sh 'echo "Test"'  }} }   }  This script not get  aborting  aborted  by the LofileChecker even after reached more than 1mb of log.    
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55421) Log File checker not aborting the pipeline even the size exceeds the limit

2019-01-07 Thread m.mohamednaz...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mohamed Nazeer Mohamed Ibrahim created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55421  
 
 
  Log File checker not aborting the pipeline even the size exceeds the limit   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Stefan Brausch  
 
 
Components: 
 logfilesizechecker-plugin  
 
 
Created: 
 2019-01-07 08:56  
 
 
Environment: 
 Jenkins 2.107.3  Log File Checker plug in version : 1.4  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Mohamed Nazeer Mohamed Ibrahim  
 

  
 
 
 
 

 
 node('master'){ wrap([$class: 'LogfilesizecheckerWrapper', 'maxLogSize': 1, 'failBuild': true, 'setOwn': true])  { echo "do stuff" }  stage("print"){ while(true) { sh 'echo "Test"' }  }  }   This script not get aborting by the LofileChecker even after reached more than 1mb of log.      
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 

[JIRA] (JENKINS-54445) Publishing data to influxDb

2018-11-26 Thread m.mohamednaz...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mohamed Nazeer Mohamed Ibrahim commented on  JENKINS-54445  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Publishing data to influxDb   
 

  
 
 
 
 

 
 Thanks for reply!! If i want to add some more tag keys then what should i do? Any specific format for this?      
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54445) Publishing data to influxDb

2018-11-26 Thread m.mohamednaz...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mohamed Nazeer Mohamed Ibrahim commented on  JENKINS-54445  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Publishing data to influxDb   
 

  
 
 
 
 

 
 We have implemented the given solution but it seems the tags are not present in the databases. The influx version is : 1.5.4 jenkins Configuration is : step([$class: 'InfluxDbPublisher', customData: myDataMap, customDataMap: null, customPrefix: null, target: 'Jenkins Build Status', jenkinsEnvParameterTag: 'build_number=' + env.BUILD_NUMBER])   When we execute the below query in influxdb it shows nothing. SHOW TAG KEYS FROM "testcase_point"        
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54445) Publishing data to influxDb

2018-11-20 Thread m.mohamednaz...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mohamed Nazeer Mohamed Ibrahim commented on  JENKINS-54445  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Publishing data to influxDb   
 

  
 
 
 
 

 
 Sorry to reopen this issue. The given solution is effect only for jenkins_data measurement. But the same is not reflect in other measurements which are collected by the same plugin such as "jacaco_data, suite_results, rf_results...etc"   Thanks in advance  
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54445) Publishing data to influxDb

2018-11-20 Thread m.mohamednaz...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mohamed Nazeer Mohamed Ibrahim reopened an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54445  
 
 
  Publishing data to influxDb   
 

  
 
 
 
 

 
Change By: 
 Mohamed Nazeer Mohamed Ibrahim  
 
 
Resolution: 
 Won't Do  
 
 
Status: 
 Closed Reopened  
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54507) pipeline_data is not pushing to influxdb

2018-11-07 Thread m.mohamednaz...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mohamed Nazeer Mohamed Ibrahim commented on  JENKINS-54507  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: pipeline_data is not pushing to influxdb   
 

  
 
 
 
 

 
 Thanks for replying  Yes https://issues.jenkins-ci.org/browse/JENKINS-53360  this kind of solution for pipeline data. Is there any possibility to get it done in near future. And also we referred the below link for the data collection by influxdb plugin. https://sap.github.io/jenkins-library/steps/influxWriteData/   According to this page we could not get the step data and pipeline data by default. Do we need to do any configuration changes.   Thanks      
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54507) pipeline_data is not pushing to influxdb

2018-11-06 Thread m.mohamednaz...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mohamed Nazeer Mohamed Ibrahim created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54507  
 
 
  pipeline_data is not pushing to influxdb   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Aleksi Simell  
 
 
Components: 
 influxdb-plugin  
 
 
Created: 
 2018-11-07 06:25  
 
 
Environment: 
 Jenkins Version 2.107 InfluxDB Plugin version 1.20  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Mohamed Nazeer Mohamed Ibrahim  
 

  
 
 
 
 

 
 We are not able to get the Pipeline data such as "stage durations", "steps executed"... Influxdb plug in not collecting and pushing these data. We are using influxdb plugin as step execution in our pipeline as below step([$class: 'InfluxDbPublisher', customData: myDataMap, customDataMap: mycustomdatamap, customPrefix: null, target: 'My Target', jenkinsEnvParameterTag: 'build_number=' + env.BUILD_NUMBER])        
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 
   

[JIRA] (JENKINS-54445) Publishing data to influxDb

2018-11-05 Thread m.mohamednaz...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mohamed Nazeer Mohamed Ibrahim commented on  JENKINS-54445  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Publishing data to influxDb   
 

  
 
 
 
 

 
 Thank you so much  
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54445) Publishing data to influxDb

2018-11-05 Thread m.mohamednaz...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mohamed Nazeer Mohamed Ibrahim commented on  JENKINS-54445  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Publishing data to influxDb   
 

  
 
 
 
 

 
 Thank you very much its working. could you please give some update for https://issues.jenkins-ci.org/browse/JENKINS-53360    Thanks in advance  
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54445) Publishing data to influxDb

2018-11-05 Thread m.mohamednaz...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mohamed Nazeer Mohamed Ibrahim commented on  JENKINS-54445  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Publishing data to influxDb   
 

  
 
 
 
 

 
 Thanks for replying. The pull request 32 will solve our one requirement. But we have one more requirement blocking our progress. Which is already created as ticket by someone else. The ticket is https://issues.jenkins-ci.org/browse/JENKINS-53360.    We are publishing data as step configuration of InfluxDb as below  step([$class: 'InfluxDbPublisher', customData: myDataMap, customDataMap: myCustomDataMap, customPrefix: null, target: 'Influxtarget']) But we do not know how to configure the  jenkins-env-parameter tag build_number=${BUILD_NUMBER}. And also we could not find the UI to configure the same.  Our Jenkins version is Jenkins ver. 2.107.3 and InfluxDb Plugin version is 1.20      
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54445) Publishing data to influxDb

2018-11-05 Thread m.mohamednaz...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mohamed Nazeer Mohamed Ibrahim updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54445  
 
 
  Publishing data to influxDb   
 

  
 
 
 
 

 
Change By: 
 Mohamed Nazeer Mohamed Ibrahim  
 

  
 
 
 
 

 
 I want to customize the tags and keys in the collected data. As of now only the project name is the tag in influxdb. But i want add some more fields as tags in influxdb.ExampleI want to filter the data build wise. So that i want to add the build number as tag in the influxdb.   And also i could not get the pipeline data such as stage duration, failed at which stage.   
 

  
 
 
 
 

 
 
 

 
 
 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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-54445) Publishing data to influxDb

2018-11-05 Thread m.mohamednaz...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mohamed Nazeer Mohamed Ibrahim created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54445  
 
 
  Publishing data to influxDb   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Aleksi Simell  
 
 
Components: 
 influxdb-plugin  
 
 
Created: 
 2018-11-05 08:26  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Mohamed Nazeer Mohamed Ibrahim  
 

  
 
 
 
 

 
 I want to customize the tags and keys in the collected data. As of now only the project name is the tag in influxdb. But i want add some more fields as tags in influxdb. Example I want to filter the data build wise. So that i want to add the build number as tag in the influxdb.    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment