Jenkins: add dark theme via simple-theme-plugin
This commit is contained in:
parent
85cc80525c
commit
8e977f162c
@ -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 * * * *')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user