Skip to content

williambrode/simple-theme-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Theme Plugin for Jenkins

This plugin allows to customize Jenkin's appearance with custom CSS and JavaScript. It also allows to replace the Favicon.

Themes

Some themes can be found on GitHub:

Authors

  • @TobiX
  • @mallowlabs

Contributing

If you want to contribute to this plugin, you probably will need a Jenkins plugin developement environment. This basically means a current version of Java (Java 8 should probably be okay for now) and Apache Maven. See the Jenkins Plugin Tutorial for details.

If you have the proper environment, typing:

$ mvn verify

should create a plugin as target/*.hpi, which you can install in your Jenkins instance. Running

$ mvn hpi:run -Djenkins.version=2.107.3

allows you to spin up a test Jenkins instance on localhost to test your local changes before commiting.

Code Style

This plugin uses the Google Java Code Style and enforces that fact when building. If your build fails with

[ERROR] Found 1 non-complying files, failing build
[ERROR] To fix formatting errors, run "mvn fmt:format"

Just do exactly that:

$ mvn fmt:format

to reformat all Java code in the proper style.

License

The MIT License (MIT)

  • Copyright (c) 2011 mallowlabs
  • Copyright (c) 2018 TobiX

See LICENSE

Changelog

Packages

No packages published

Languages

  • Java 88.3%
  • Groovy 6.0%
  • JavaScript 5.1%
  • HTML 0.6%