This plugin allows extending and overriding the default theme used on the login and signup pages on Jenkins
After installation, its settings are available in Manage Jenkins » Appearance » Login Page Theme
Two modes are supported and controlled by the option Use default theme:
- If checked, it will extend the default theme with additional content
- Otherwise, it will replace it entirely.
For example
Previous config will render login page customization
appearance:
loginTheme:
footer: 'The footer'
head: ''
header: '<h3>Welcome to login theme Jenkins</h3>'
branding: 'Image Url'
customCSS: ''
useDefaultTheme: true