Skip to content

jenkinsci/theme-manager-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Theme Manager plugin for Jenkins

Build Status Contributors Jenkins Plugin GitHub release Jenkins Plugin Installs

Introduction

Adds theme management to Jenkins, at a global or user level.

Getting started

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.

Available themes

Just send a pull request to add your theme to the list if create one

Configuring the plugin

You can configure this plugin globally, or each user can configure it in their configuration as well.

Global

Manage Jenkins → Configure System → Themes

Global configuration

You can stop users from being able to change their theme by selecting the 'Do not allow users to select a different theme' checkbox

User

Hover over your account icon in the top right and change your theme in the menu.

Configuration as Code example

appearance:
  themeManager:
    disableUserThemes: true
    theme: "noOp" # noOp is no theme, change this to the name of the theme plugin you're using, i.g. 'darkSystem'

Creating a new theme

See our developer guide.

Contributing

Refer to our contribution guidelines.

LICENSE

Licensed under MIT, see LICENSE.

About

Adds theme management to Jenkins, at a global or user level

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 16