Code Monkey home page Code Monkey logo

bob_jenkins_ui's Introduction

Jenkins Bob UI Theme

原作地址

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

Before

Before

After

After

CDN URLs

Note: these URLs are for the Jenkins UI redesign as of 1.572. For the legacy UI theme files, please see Legacy Jenkins UI (pre-1.572) CDN URLs below

Usage

  1. Install the Simple Theme Plugin for Jenkins
  2. Clone the repo, put it into the JENKINS_HOME/userContent, for e.g: /var/lib/jenkins/userContent/css
  3. Navigate to Jenkins > Manage Jenkins > Configure System > Theme
  4. Set URL of theme CSS to /var/lib/jenkins/userContent/css/style.css (or another URL of your setting/choosing)
  5. Set URL of theme JS to /var/lib/jenkins/userContent/css/app.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>your custom path</cssUrl>
  <jsUrl>your custom path</jsUrl>
</org.codefirst.SimpleThemeDecorator>

bob_jenkins_ui's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.