Skip to content

alefnode/jenkins-themes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Jenkins Themes

Improving your user experience

Updated for Jenkins version 2.222 and above (Tested in Jenkins 2.361.1)

Website: https://jenkins-themes.alefnode.com/

Features

  • Just one small css file (35K)
  • Embed minified SVG images
  • Multiple ways to install
  • Customize the color and logo using the generator

Screenshots

Screenshot jenkins-material-theme main Screenshot jenkins-material-theme legend Screenshot jenkins-material-theme console Screenshot jenkins-material-theme history

Installation

Using your Jenkins Hosting

  1. Choose your color: image

  2. Replace {{your-color-name}} in the URL by the chosen color: https://jenkins-themes.alefnode.com/dist/material-{{your-color-name}.css

https://raw.githubusercontent.com/alefnode/jenkins-themes/CDN/dist/material-{{your-color-name}}.css

https://cdn.jsdelivr.net/gh/alefnode/jenkins-themes@CDN/dist/material-{{your-color-name}}.css

  1. Download the generated URL

  2. Upload the downloaded file to your web server

  3. Click Manage Jenkins

  4. Click Configure System and scroll down to Theme

  5. Set the CSS field to the uploaded URL.

  6. Click Save

Using Stylish (only you will be able to see the awesome theme)

  1. Follow the step 1 and 2 of the previous method

  2. Copy the content of the file downloaded file

  3. Install the Stylish Chrome extension

  4. Go to Stylish options and click in Write new style

  5. Paste the theme css in the code box

  6. Click in Specify and set your jenkins domain

  7. Click in Save

  8. Go to your Jenkins website and enable the theme in the Stylish Chrome toolbar icon

Development

CSS file are minified and compressed with Grunt. To prepare the environment:

npm install
grunt

This will generate the following file:

  • dist/material-light.css

Compatibility

  • Jenkins 2.222 and above

If you are experiencing issues please let me know! Also, feel free to contribute!

Thanks to