-
Type:
Improvement
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: locale-plugin
-
Labels:
-
Similar Issues:
Currently only the System Locale field is accessible publicly. But ignoreAcceptLanguage cannot be set without accessing private fields. E.g. example from: https://github.com/oleg-nenashev/demo-jenkins-config-as-code/blob/master/init_scripts/src/main/groovy/scripts/System.groovy
println("--- Configuring Locale") //TODO: Create ticket to get better API PluginImpl localePlugin = (PluginImpl)Jenkins.instance.getPlugin("locale") localePlugin.systemLocale = "en_US" localePlugin.@ignoreAcceptLanguage=true
Released in 1.3