CSS and JS to implement Rackspace Canon as a theme for Jenkins CI.
CSS: http://css.cdn.rackspace.com/canon-jenkins/style.css
JS: http://js.cdn.rackspace.com/canon-jenkins/app.min.js
- Install the Simple Theme Plugin for Jenkins
- Navigate to Jenkins > Manage Jenkins > Configure System > Theme
- Set URL of theme CSS to
http://css.cdn.rackspace.com/canon-jenkins/style.css
(or another URL of your setting/choosing) - Set URL of theme JS to
http://js.cdn.rackspace.com/canon-jenkins/app.min.js
(or another URL of your setting/choosing)
- Edit:
$JENKINS_HOME/org.codefirst.SimpleThemeDecorator.xml
<?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>
- Restart Jenkins
npm install
grunt