❗ Incubation Stage: Currently this plugin is in the incubation stage. It's possible there will be some breaking changes as it evolves. You are welcome to try out this plugin and to provide your feedback. Contributions are welcome!
Adds theme management to Jenkins, at a global or user level.
There's normally no need to install this plugin directly as the theme you install will depend on this.
First you will want to install a theme plugin through the Jenkins Update Center.
Just send a pull request to add your theme to the list if create one
You can configure this plugin globally, or each user can configure it in their configuration as well.
Manage Jenkins → Configure System → Built-in Themes
You can stop users from being able to change their theme by selecting the: 'Disable user theme override' option
'Your name' profile link (in top right) → Configure → Built-in Themes
unclassified:
themeManager:
disableUserThemes: true
theme: "noOp" # noOp is no theme, change this to the name of the theme plugin you're using, i.g. 'darkSystem'
See our developer guide.
Refer to our contribution guidelines.
Licensed under MIT, see LICENSE.