[JIRA] (JENKINS-61927) Add category to system settings for modern Jenkins releases

2020-04-16 Thread r.fuere...@xortex.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Reinhold Füreder updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61927  
 
 
  Add category to system settings for modern Jenkins releases   
 

  
 
 
 
 

 
Change By: 
 Reinhold Füreder  
 

  
 
 
 
 

 
 I think this plugin should show up in category "Security" in "Manage Jenkins" page of modern Jenkins releases (currently it is "Uncategorized"):* implementation in analogy to e.g. https://github.com/jenkinsci/credentials-plugin/compare/credentials-2.3.3...credentials-2.3.4 or https://github.com/jenkinsci/configuration-as-code-plugin/pull/1358* see https://github.com/jenkinsci/jenkins/pull/4546 for more background* try to use {{ManagementLink.Category.SECURITY}}? Should be a rather low-hanging fruit...  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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 

[JIRA] (JENKINS-61927) Add category to system settings for modern Jenkins releases

2020-04-16 Thread r.fuere...@xortex.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Reinhold Füreder created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61927  
 
 
  Add category to system settings for modern Jenkins releases   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 script-security-plugin  
 
 
Created: 
 2020-04-16 07:38  
 
 
Environment: 
 Jenkins core >= 2.226 (2020-03-15), see https://github.com/jenkinsci/jenkins/pull/4546 for more details  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Reinhold Füreder  
 

  
 
 
 
 

 
 I think this plugin should show up in category "Security" in "Manage Jenkins" page of modern Jenkins releases (currently it is "Uncategorized"): 
 
implementation in analogy to e.g. https://github.com/jenkinsci/credentials-plugin/compare/credentials-2.3.3...credentials-2.3.4 or https://github.com/jenkinsci/configuration-as-code-plugin/pull/1358 
see https://github.com/jenkinsci/jenkins/pull/4546 for more background 
try to use ManagementLink.Category.SECURITY?