[JIRA] (JENKINS-58373) Restore "all" gates to version 5

2019-07-12 Thread ja...@howeswho.co.uk (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Howe commented on  JENKINS-58373  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Restore "all" gates to version 5   
 

  
 
 
 
 

 
 If the total of all issues >= threshold then make the build unstable. It was the same as putting the same number for each separate severity.  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-58373) Restore "all" gates to version 5

2019-07-11 Thread steve.spring...@owasp.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Steve Springett commented on  JENKINS-58373  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Restore "all" gates to version 5   
 

  
 
 
 
 

 
 What did unstableTotalAll do exactly?   If I specify unstableTotalAll, would the expected behavior be to put the build into a warning state if the number specified matched or exceeded any criticality?  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-58373) Restore "all" gates to version 5

2019-07-10 Thread steve.spring...@owasp.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Steve Springett commented on  JENKINS-58373  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Restore "all" gates to version 5   
 

  
 
 
 
 

 
 Pull requests are accepted  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-58373) Restore "all" gates to version 5

2019-07-08 Thread ja...@howeswho.co.uk (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Howe commented on  JENKINS-58373  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Restore "all" gates to version 5   
 

  
 
 
 
 

 
 See also the structure warnings-ng uses for recordIssues: 

 

qualityGates: [
[threshold: 1, type: 'TOTAL', unstable: true],
[threshold: 5, type: 'TOTAL_ERROR']
]
 

  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-58373) Restore "all" gates to version 5

2019-07-08 Thread ja...@howeswho.co.uk (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Howe created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58373  
 
 
  Restore "all" gates to version 5   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 dependency-check-jenkins-plugin  
 
 
Created: 
 2019-07-08 12:09  
 
 
Priority: 
  Major  
 
 
Reporter: 
 James Howe  
 

  
 
 
 
 

 
 The version 5 rewrite removed the unstableTotalAll and related options from dependencyCheckPublisher. This was a very convenient shortcut for unstableTotalCritical: x, unstableTotalHigh: x, unstableTotalMedium: x, unstableTotalLow: x. Can it be returned?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment