diff --git a/demos/README.md b/demos/README.md new file mode 100644 index 0000000000..af0b4a5eab --- /dev/null +++ b/demos/README.md @@ -0,0 +1,5 @@ +# Locale Plugin Demo + +This demo shows how to configure the Jenkins Locale plugin using Configuration as Code. + +It sets the system locale to English (US) and ignores browser language preferences. \ No newline at end of file diff --git a/demos/locale/jenkins.yaml b/demos/locale/jenkins.yaml new file mode 100644 index 0000000000..39e66c57ad --- /dev/null +++ b/demos/locale/jenkins.yaml @@ -0,0 +1,7 @@ +jenkins: + systemMessage: "Jenkins configured with Locale plugin via JCasC" + +unclassified: + locale: + systemLocale: "en_US" + ignoreAcceptLanguage: true \ No newline at end of file