Skip to content

Commit

Permalink
systemThemePlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
odavid committed Feb 5, 2024
1 parent 8f1f4a0 commit 4ebc686
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,9 +437,9 @@ The `configuration_as_code` yaml section enables *"Mixed-Mode"* configuration st

```yaml
configuration_as_code:
unclassified:
## https://github.com/jenkinsci/configuration-as-code-plugin/blob/1f79326e902fe721a3a05077a7e46f98569804ff/demos/simple-theme-plugin/README.md
simple-theme-plugin:
## https://github.com/jenkinsci/simple-theme-plugin/blob/main/src/test/resources/org/jenkinsci/plugins/simpletheme/ConfigurationAsCode.yml
appearance:
simpleTheme:
elements:
- cssUrl:
url: "https://example.bogus/test.css"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ configHandler = evaluate(new File("/usr/share/jenkins/config-handlers/${handler}

def testJCasC(){
def config = new Yaml().load("""
unclassified:
## https://github.com/jenkinsci/configuration-as-code-plugin/blob/1f79326e902fe721a3a05077a7e46f98569804ff/demos/simple-theme-plugin/README.md
simple-theme-plugin:
## https://github.com/jenkinsci/configuration-as-code-plugin/tree/master/demos/simple-theme-plugin
appearance:
simpleTheme:
elements:
- cssUrl:
url: "https://example.bogus/test.css"
Expand Down

0 comments on commit 4ebc686

Please sign in to comment.