You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/jenkinsci/plugins/scriptsecurity/scripts/ScriptApproval.java
+20-16Lines changed: 20 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -595,28 +595,32 @@ boolean isEmpty() {
595
595
* @param language the language in which it is written
596
596
* @param context any additional information about how where or by whom this is being configured
597
597
* @param approveIfAdmin indicates whether script should be approved if current user has admin permissions
598
-
* @param ignoreAdmin indicates whether auto approval should be ignored, regardless of any configurations.
598
+
* @param ignoreAdmin indicates whether an admin's ability to approve a script without visiting the script approval site should be ignored, regardless of any configurations.
0 commit comments