[JIRA] (JENKINS-61231) How to filter Issues Report for specific files

2020-02-26 Thread christian.trecz...@continental-corporation.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian Treczoks created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61231  
 
 
  How to filter Issues Report for specific files   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Ulli Hafner  
 
 
Components: 
 warnings-ng-plugin  
 
 
Created: 
 2020-02-26 10:29  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Christian Treczoks  
 

  
 
 
 
 

 
 I want to generate a HTML Report for the Integrator in which I report all issues of the changed files. I have a list of the changed files and want to filter the ResultAction.getResult().getIssues()-Object (of Type "Report") if filename is in the list of changed files. How can I do this easily? I saw that there's a filter method, but I don't get how to use it. Thanks!!!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 

[JIRA] (JENKINS-59237) Add possibility to define hight, width and hasLegend with plot command

2019-09-05 Thread christian.trecz...@continental-corporation.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian Treczoks created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59237  
 
 
  Add possibility to define hight, width and hasLegend with plot command   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Veaceslav Gaidarji  
 
 
Attachments: 
 image-2019-09-05-09-11-34-790.png  
 
 
Components: 
 plot-plugin  
 
 
Created: 
 2019-09-05 07:13  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Christian Treczoks  
 

  
 
 
 
 

 
 Currently it's not possible to tell the plot-plugin the dimension of the plot. It's always 750x450 and always has a legend, which can be even bigger then the chart. When I now have many signals in the plot, it's simply impossible to see anything in Jenkins. Please add the possibility to define the height, width and hasLegend Thanks!!!
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  

[JIRA] (JENKINS-57312) Provide tokens for new and fixed warnings

2019-05-13 Thread christian.trecz...@continental-corporation.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian Treczoks commented on  JENKINS-57312  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Provide tokens for new and fixed warnings   
 

  
 
 
 
 

 
 works really good! I get all the information I need and even a lot more compared to the simple number of warnings  One final question: how can I get the name of the parser? I transfer the ID to "scanForIssues", but for reporting it in an eMail I would like to translate the ID to the parser-name. How can this be done?   
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-57312) Provide tokens for new and fixed warnings

2019-05-13 Thread christian.trecz...@continental-corporation.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian Treczoks updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57312  
 
 
  Provide tokens for new and fixed warnings   
 

  
 
 
 
 

 
Change By: 
 Christian Treczoks  
 
 
Attachment: 
 image-2019-05-13-16-25-18-720.png  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-57312) Provide tokens for new and fixed warnings

2019-05-13 Thread christian.trecz...@continental-corporation.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian Treczoks commented on  JENKINS-57312  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Provide tokens for new and fixed warnings   
 

  
 
 
 
 

 
 I use in my scripted Pipeline "recordIssues", but it doesn't seem to return any object. 

 

def issues = recordIssues sourceCodeEncoding: 'UTF-8', blameDisabled: true,
 tool: groovyScript(parserId: ParserName[i], pattern: "/${ParserPattern[i]}", reportEncoding:'UTF-8'),
 healthy: 1, minimumSeverity: 'NORMAL', unhealthy: 5
 

 Delivers: 

 

Cannot invoke method getNewIssues() on null object
 

 How can I get to the ResultAction-object?    
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-57312) Get Delta-Report in Pipeline

2019-05-13 Thread christian.trecz...@continental-corporation.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian Treczoks commented on  JENKINS-57312  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Get Delta-Report in Pipeline   
 

  
 
 
 
 

 
 yes, I'm using Scripted Pipeline. I will test this. Yes, you can rephrase this issue. One issue is enough   
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-57312) Get Delta-Report in Pipeline

2019-05-13 Thread christian.trecz...@continental-corporation.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian Treczoks commented on  JENKINS-57312  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Get Delta-Report in Pipeline   
 

  
 
 
 
 

 
 The ANALYSIS_ISSUES_COUNT is a very good idea, but when I understand the documentation correctly, it only delivers the number of all issues, not just the newly added. If there would be a Token-Macro-Parameter to select only the new warnings, it would be the perfect solution.   How can I get these information from the object? Is there a special method for getting 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.199081.1556811582000.822.1557738540229%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55293) Unable to set healthy levels to 0

2019-05-08 Thread christian.trecz...@continental-corporation.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian Treczoks updated  JENKINS-55293  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55293  
 
 
  Unable to set healthy levels to 0   
 

  
 
 
 
 

 
Change By: 
 Christian Treczoks  
 
 
Resolution: 
 Fixed  
 
 
Status: 
 Resolved In Review  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-55293) Unable to set healthy levels to 0

2019-05-08 Thread christian.trecz...@continental-corporation.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian Treczoks commented on  JENKINS-55293  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Unable to set healthy levels to 0   
 

  
 
 
 
 

 
 Works perfectly now with Warning-NG 5.0.0  I wouldn't expect a sun, but that's not the responsibility of Warnings-NG-Plugin   
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-55293) Unable to set healthy levels to 0

2019-05-08 Thread christian.trecz...@continental-corporation.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian Treczoks updated  JENKINS-55293  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55293  
 
 
  Unable to set healthy levels to 0   
 

  
 
 
 
 

 
Change By: 
 Christian Treczoks  
 
 
Status: 
 In Review Resolved  
 
 
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.196380.1545386455000.21497.1557384000767%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55293) Unable to set healthy levels to 0

2019-05-08 Thread christian.trecz...@continental-corporation.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian Treczoks closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55293  
 
 
  Unable to set healthy levels to 0   
 

  
 
 
 
 

 
Change By: 
 Christian Treczoks  
 
 
Status: 
 Resolved Closed  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-55293) Unable to set healthy levels to 0

2019-05-08 Thread christian.trecz...@continental-corporation.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian Treczoks updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55293  
 
 
  Unable to set healthy levels to 0   
 

  
 
 
 
 

 
Change By: 
 Christian Treczoks  
 
 
Attachment: 
 image-2019-05-09-08-36-02-578.png  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-57312) Get Delta-Report in Pipeline

2019-05-02 Thread christian.trecz...@continental-corporation.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian Treczoks created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57312  
 
 
  Get Delta-Report in Pipeline   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Ulli Hafner  
 
 
Attachments: 
 image-2019-05-02-17-37-28-868.png  
 
 
Components: 
 warnings-ng-plugin  
 
 
Created: 
 2019-05-02 15:39  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Christian Treczoks  
 

  
 
 
 
 

 
 In my environment Jenkins currently sends automatically eMails to the Build-Requester with the status of the build incl. the link to the Job. It would be great if it's possible to send directly the delta-report information of Warnings-NG, how many new warnings were introduced, how many solved, but I couldn't find out how to get this information within the pipeline. In the web-interface I already can see this:  I don't think that all developers are clicking on the link in the mail, but they would if the notification mail would already say: "10 new warnings introduced, please check and correct!"   Thanks!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

[JIRA] (JENKINS-55293) Unable to set healthy levels to 0

2019-04-30 Thread christian.trecz...@continental-corporation.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian Treczoks updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55293  
 
 
  Unable to set healthy levels to 0   
 

  
 
 
 
 

 
Change By: 
 Christian Treczoks  
 
 
Issue Type: 
 Improvement Bug  
 

  
 
 
 
 

 
 
 

 
 
 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-57083) Mouse over in diagrams only works for first diagram

2019-04-24 Thread christian.trecz...@continental-corporation.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian Treczoks closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 yes it's solved with the new version 2.11 released last week! Thanks!  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-57083  
 
 
  Mouse over in diagrams only works for first diagram   
 

  
 
 
 
 

 
Change By: 
 Christian Treczoks  
 
 
Status: 
 Open Closed  
 
 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-57083) Mouse over in diagrams only works for first diagram

2019-04-17 Thread christian.trecz...@continental-corporation.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian Treczoks commented on  JENKINS-57083  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Mouse over in diagrams only works for first diagram   
 

  
 
 
 
 

 
 yes, you're right. I created a test-job where I removed all the stage-definitions and then the problem disappeared, all diagrams are working.  What do you mean by "the bug has been resolved in HEAD"?  
 

  
 
 
 
 

 
 
 

 
 
 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-57083) Mouse over in diagrams only works for first diagram

2019-04-17 Thread christian.trecz...@continental-corporation.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian Treczoks created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57083  
 
 
  Mouse over in diagrams only works for first diagram   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Ulli Hafner  
 
 
Attachments: 
 image-2019-04-17-14-49-07-084.png  
 
 
Components: 
 warnings-ng-plugin  
 
 
Created: 
 2019-04-17 12:55  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Christian Treczoks  
 

  
 
 
 
 

 
 when hovering the mouse over the warnings-diagrams in the job, the number of warnings is displayed. But this only works for the first diagram:  Here the mouse is already at the second diagram, but nothing is shown here. For the first diagram this works properly.   Warnings-NG 4.0.0 is used.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
  

[JIRA] (JENKINS-55293) Unable to set healthy levels to 0

2019-04-17 Thread christian.trecz...@continental-corporation.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian Treczoks commented on  JENKINS-55293  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Unable to set healthy levels to 0   
 

  
 
 
 
 

 
 my settings: healthy: 1, minimumSeverity: 'NORMAL', unhealthy: 5 and I get the following result:  My expectation is: 80% for "Unused Functions" P.S.: I use the groovy based custom parser and the latest Warning-NG-Version (4.0.0)  
 

  
 
 
 
 

 
 
 

 
 
 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-55293) Unable to set healthy levels to 0

2019-04-17 Thread christian.trecz...@continental-corporation.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian Treczoks updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55293  
 
 
  Unable to set healthy levels to 0   
 

  
 
 
 
 

 
Change By: 
 Christian Treczoks  
 
 
Attachment: 
 image-2019-04-17-14-24-37-482.png  
 

  
 
 
 
 

 
 
 

 
 
 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-55293) Unable to set healthy levels to 0

2019-04-17 Thread christian.trecz...@continental-corporation.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian Treczoks updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55293  
 
 
  Unable to set healthy levels to 0   
 

  
 
 
 
 

 
Change By: 
 Christian Treczoks  
 
 
Attachment: 
 image-2019-04-17-14-23-55-132.png  
 

  
 
 
 
 

 
 
 

 
 
 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-55293) Unable to set healthy levels to 0

2019-04-17 Thread christian.trecz...@continental-corporation.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian Treczoks reopened an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 When setting it to healthy=1, I get 100% health when having exactly one issue. If "<" is used, I don't understand why I get 100%  unhealthy=5 in this environment  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-55293  
 
 
  Unable to set healthy levels to 0   
 

  
 
 
 
 

 
Change By: 
 Christian Treczoks  
 
 
Resolution: 
 Fixed  
 
 
Status: 
 Resolved 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.