Skip to content

Commit

Permalink
NXP-32775: Fix Allow String#compareToIgnoreCase in groovy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
guirenard committed Sep 19, 2024
1 parent 47122e6 commit 213622f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/jenkins/values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ controller:
# Always override the installed plugins with the values of 'controller.installPlugins' on upgrade or redeployment.
overwritePlugins: true
scriptApproval:
- "method java.lang.String compareToIgnoreCase"
- "method java.lang.String compareToIgnoreCase java.lang.String"
- "method java.time.DayOfWeek getValue"
- "method java.time.chrono.ChronoLocalDate isBefore java.time.chrono.ChronoLocalDate"
- "method java.time.chrono.ChronoZonedDateTime toLocalDate"
Expand Down

0 comments on commit 213622f

Please sign in to comment.