Jenkins: add dark theme via simple-theme-plugin

This commit is contained in:
Brad Stein 2025-12-18 02:50:31 -03:00
parent 85cc80525c
commit 8e977f162c

View File

@ -50,6 +50,7 @@ spec:
- oic-auth
- job-dsl
- configuration-as-code-support
- simple-theme-plugin
containerEnv:
- name: ENABLE_OIDC
value: "true"
@ -287,6 +288,11 @@ spec:
}
}
}
theme.yaml: |
unclassified:
simple-theme-plugin:
elements:
- cssUrl: "https://jenkins-contrib-themes.github.io/jenkins-material-theme/dist/material-ocean.css"
pipelineJob('bstein-dev-home') {
triggers {
scm('H/2 * * * *')