My aim was to have compleatly free development ecosystem for one project. Since this is java project I whanted to have java ecosystem. As a source control system was choosen git and that's why project was hosted at github (you know where it is so I don't put link here).
Showing posts with label jenkins. Show all posts
Showing posts with label jenkins. Show all posts
Thursday, January 3, 2013
Opensource development ecosystem
Monday, December 17, 2012
How to change your jenkins theme
Why?
Because I have two environments: development and production. They look very similar and I don't whant to broke production environment during testingHow?
1) Install theme
plugin
2)
Add your css and js (and img) files under %JEKINNS_INSTALLATION_PATH%/userContent
folder
3)
Add links to these files in configuration
4)* You may left blank field with JS file if you don't have one
What I've got?
With css below
#top-panel > * {
background-color : #B80000 !important;
}
background-color : #B80000 !important;
}
I've got this result
Subscribe to:
Posts (Atom)