Skip to content

malavika-tii/login-theme-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login Theme Plugin for Jenkins

Build Status Coverage LOC Jenkins Plugin GitHub release Jenkins Plugin Installs

This plugin allows extending and overriding the default theme used on the login and signup pages on Jenkins

Usage

After installation, its settings are available in Manage Jenkins » Configure System » 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

System config

Configuration as code

appearance:
  loginTheme:
    footer: 'The footer'
    head: ''
    header: '<h3>Welcome to login theme Jenkins</h3>'
    useDefaultTheme: true

Result

Previous config will render login page customization

Login page

About

Simple plugin to customize the Jenkins login and signup pages

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 55.9%
  • Java 44.1%