Skip to content

Commit

Permalink
Merge pull request #302 from dwnusbaum/add-managementlink-category
Browse files Browse the repository at this point in the history
Add category to In-process Script Approval management link
  • Loading branch information
dwnusbaum committed Jun 18, 2020
2 parents dca6df8 + ee444ad commit 34973c9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,9 @@
return Jenkins.RUN_SCRIPTS;
}

// TODO: Override `getCategory` instead using `Category.SECURITY` when minimum core version is 2.226+, see https://github.com/jenkinsci/jenkins/commit/6de7e5fc7f6fb2e2e4cb342461788f97e3dfd8f6.
protected String getCategoryName() {
return "SECURITY";
}

}

0 comments on commit 34973c9

Please sign in to comment.