So you want Bamboo but you can´t afford it? Well, you´re in luck! Introducing Jenkins Atlassian Theme - Bamboo for the poor. It's the perfect middle ground - not Bamboo, but looks like it could be!
In just seven easy steps this camouflage will make Jenkins look just like a product from Atlassian and blend in with the rest of your Atlassian development environment like Stash, Jira and Confluence.
The project is not affiliated or endorsed by Atlassian
https://jenkins-atlassian-theme.herokuapp.com/
This is a limited-access demo running on heroku with a couple test jobs that can be built to show their output. It's pulling the latest compiled for the CDN. A default install can been seen at https://jenkins-demo.herokuapp.com.
Note: These are running on single dynos, so the intial view could take up to a minute to load while the Dyno starts and Jenkins loads.
-
Install the JQuery Plugin
-
Install the Simple Theme Plugin
-
Install the Gravatar Plugin
-
Upload theme.js, theme-min.css and jenkins_logo.png to your web server
-
Click
Manage Jenkins
-
Click
Configure System
and scroll down toTheme
-
Specify the URL for
theme.js
andtheme-min.css
. -
Click
Save
Skip step 4 and use these URLs in step 7:
https://cdn.rawgit.com/djonsson/jenkins-atlassian-theme/gh-pages/theme-min.css
https://cdn.rawgit.com/djonsson/jenkins-atlassian-theme/gh-pages/theme.js
CSS & JS files are minified and compressed with Grunt. To prepare the environment:
npm install
grunt
This will generate the following files:
dist/theme.css
dist/theme-min.css
dist/theme.js
You can publish the files on gh-pages with the following command:
grunt deploy
And you can find the files at:
http://YOURUSER.github.io/jenkins-atlassian-theme/theme.css
http://YOURUSER.github.io/jenkins-atlassian-theme/theme.js
- Jenkins 2.2 and backwards
- JQuery plugin 1.7.2-1
- Simple Theme plugin 0.3
- Gravatar plugin 2.1
If you are experiencing issues please let me know! Also, feel free to contribute!
- JQuery Plugin for the jQuery plugin
- Simple Theme Plugin for the Simple Theme plugin
- Atlassian for the the design inspiration and for making awesome products
- Doony for inspiration and javascript
- ProgressCircle.js for the spinning progress circles that replace the orbs