[JIRA] (JENKINS-56057) UpdateSiteWarningsConfiguration should be confirgurable via JCasC

2019-09-03 Thread soundcrac...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Estermann commented on  JENKINS-56057  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: UpdateSiteWarningsConfiguration should be confirgurable via JCasC   
 

  
 
 
 
 

 
 I would like to see this feature as well  
 

  
 
 
 
 

 
 
 

 
 
 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.197480.1549643829000.5562.1567513260536%40Atlassian.JIRA.


[JIRA] (JENKINS-56057) UpdateSiteWarningsConfiguration should be confirgurable via JCasC

2019-09-03 Thread si...@wydooghe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Simon Wydooghe commented on  JENKINS-56057  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: UpdateSiteWarningsConfiguration should be confirgurable via JCasC   
 

  
 
 
 
 

 
 It would be great to be able to suppress certain warnings via JSasC.  
 

  
 
 
 
 

 
 
 

 
 
 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.197480.1549643829000.5553.1567513020360%40Atlassian.JIRA.


[JIRA] (JENKINS-56057) UpdateSiteWarningsConfiguration should be confirgurable via JCasC

2019-02-12 Thread uwe.hani...@gmx.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Uwe Hanisch commented on  JENKINS-56057  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: UpdateSiteWarningsConfiguration should be confirgurable via JCasC   
 

  
 
 
 
 

 
 Nevertheless:  All what I can configure via GUI should also be possible via JCasC. (if there is an XML config file beneath ~jenkins/ it should be possible to set it via JCasC)  
 

  
 
 
 
 

 
 
 

 
 
 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-56057) UpdateSiteWarningsConfiguration should be confirgurable via JCasC

2019-02-10 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck commented on  JENKINS-56057  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: UpdateSiteWarningsConfiguration should be confirgurable via JCasC   
 

  
 
 
 
 

 
 Realistically it's probably time to disable the SECURITY-248 warning for newer versions anyway. IIRC it was intended as a temporary measure to ensure users who had previously updated saw it due to the large time delay, but it's been a year now.  
 

  
 
 
 
 

 
 
 

 
 
 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-56057) UpdateSiteWarningsConfiguration should be confirgurable via JCasC

2019-02-08 Thread uwe.hani...@gmx.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Uwe Hanisch created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-56057  
 
 
  UpdateSiteWarningsConfiguration should be confirgurable via JCasC   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 core  
 
 
Created: 
 2019-02-08 16:37  
 
 
Labels: 
 jcasc-compatibility configuration-as-code  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Uwe Hanisch  
 

  
 
 
 
 

 
 By using JCasC I have the plugins versions under my control. So I don't want to disable the security warnings manually every time I create/configure a new Jenkins instance via JCasC.  It should be possible to configure it via JCasC. The JCasC configuration could be look like this: 

 

security:
  updateSiteWarningsConfiguration:
ignoredWarnings:
  - 'SECURITY-248'
 

 
 
Affected class of Jenkins Core: 
 
jenkins.security.UpdateSiteWarningsConfiguration.java 
  
Affected Jenkins configuration file: 
 
jenkins.security.UpdateSiteWarningsConfiguration.xml