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 - oic-auth
- job-dsl - job-dsl
- configuration-as-code-support - configuration-as-code-support
- simple-theme-plugin
containerEnv: containerEnv:
- name: ENABLE_OIDC - name: ENABLE_OIDC
value: "true" 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') { pipelineJob('bstein-dev-home') {
triggers { triggers {
scm('H/2 * * * *') scm('H/2 * * * *')