Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.29 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.29 KB

Jenkins Rackspace Canon(tm) Theme (coManage Edition)

CSS and JS to implement Rackspace Canon as a theme for Jenkins CI.

Compatible with Jenkins UI post-1.572.

CDN URLs

CSS: https://cdn.rawgit.com/DisruptiveLabs/canon-jenkins/master/style.css

JS: http://js.cdn.rackspace.com/canon-jenkins/app.min.js

Usage

  1. Install the Simple Theme Plugin for Jenkins
  2. Navigate to Jenkins > Manage Jenkins > Configure System > Theme
  3. Set URL of theme CSS to https://cdn.rawgit.com/DisruptiveLabs/canon-jenkins/master/style.css (or another URL of your setting/choosing)
  4. Set URL of theme JS to http://js.cdn.rackspace.com/canon-jenkins/app.min.js (or another URL of your setting/choosing)

Building

npm install
grunt

To manually change SimpleTheme CSS and JS values

  1. Edit: $JENKINS_HOME/org.codefirst.SimpleThemeDecorator.xml with code below
  2. Restart Jenkins
<?xml version='1.0' encoding='UTF-8'?>
<org.codefirst.SimpleThemeDecorator plugin="[email protected]">
  <cssUrl>http://css.cdn.rackspace.com/canon-jenkins/style.css</cssUrl>
  <jsUrl>http://js.cdn.rackspace.com/canon-jenkins/app.min.js</jsUrl>
</org.codefirst.SimpleThemeDecorator>