thanks for the beautiful blog. I used above steps and applied my theme to Jenkins. But What i observed is after I logout from Jenkins, .css file is not loading. Jenkins version is 1.651.3. Any help would be appreciated.
@Kalyan Bhave - One thing I noticed where my installation seemed to be different from the example was that the "Theme" configuration entry was actually under the "Configure System" menu and not under the "Global Tool Configuration". Try out the url that you put in there in a browser to see if you can reach the stylesheet.
Another point was that the example stylesheet url points to "localhost" - try putting in your server URL instead. You generally shouldn't use "localhost" (as in the example) but the path to reach the jenkins server.
Comments
5 comments
Hi Team,
I tried to configure this simple theme plugin but i am seeing this logo two times. Can you suggest how to fix this issue.
thanks for the beautiful blog. I used above steps and applied my theme to Jenkins. But What i observed is after I logout from Jenkins, .css file is not loading. Jenkins version is 1.651.3. Any help would be appreciated.
@Kalyan Bhave - One thing I noticed where my installation seemed to be different from the example was that the "Theme" configuration entry was actually under the "Configure System" menu and not under the "Global Tool Configuration". Try out the url that you put in there in a browser to see if you can reach the stylesheet.
Another point was that the example stylesheet url points to "localhost" - try putting in your server URL instead. You generally shouldn't use "localhost" (as in the example) but the path to reach the jenkins server.
The suggest URL is:
http://localhost:8080/jenkins/userContent/layout/style.css
In my case this didn't work.
The right URL is:
http://localhost:8080/userContent/layout/style.css
I'm using Jenkins 2.89
Please sign in to leave a comment.