Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
APEdevelopment authored Mar 15, 2022
1 parent 5cf35ea commit cad8360
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,24 @@

![Alt text](./images/jenkins-colour-weather-icons.png?raw=true "Jenkins Colour Weather Icons")

**For Jenkins 2.289.1 or later.**

This theme will replace the default blue weather icons with coloured icons. It requires the [Simple Theme Plugin](https://plugins.jenkins.io/simple-theme-plugin/).

**For Jenkins 2.332.x LTS.**

To add the theme go to the "Manage Jenkins -> Configure System" page and under the "Theme elements" section add the following:<br/>
CSS URL:
```text
https://cdn.jsdelivr.net/gh/APEdevelopment/jenkins-colour-weather-icons@1.1.2/src/jenkins-colour-weather-icons.css
```
JavaScript URL:
```text
https://cdn.jsdelivr.net/gh/APEdevelopment/jenkins-colour-weather-icons@1.1.2/src/jenkins-colour-weather-icons.js
```

**For Jenkins 2.289.x LTS to 2.319.x**

To add the theme go to the "Manage Jenkins -> Configure System" page and under the "Theme elements" section add the following:<br/>
CSS URL:
```text
https://cdn.jsdelivr.net/gh/APEdevelopment/jenkins-colour-weather-icons@latest/src/jenkins-colour-weather-icons.css
https://cdn.jsdelivr.net/gh/APEdevelopment/jenkins-colour-weather-icons@1.0.0/src/jenkins-colour-weather-icons.css
```
NOTE the @latest in the above url will get the latest, if you want a specific version you will need to change it, for instance @1.0.0 will get the first official release.

0 comments on commit cad8360

Please sign in to comment.