Hi,
I have a question on using CSS styles in html file that is being published 
on Jenkins build.  After each build, we publish a summary html file on 
Jenkins dashboard using the "Publish HTML Reports" plugin.  Our HTML has 
reference to some CSS.  Right now, we're using inline CSS but Jenkins does 
not allow inline CSS by default, 
see 
https://wiki.jenkins.io/display/JENKINS/Configuring+Content+Security+Policy. 
 I am able to override the default settings to allow the inline CSS, but 
I'm not sure if that's the right thing to do.  

Right now, I'm looking for an alternative.  I know Jenkins has some 
built-in CSS files which I hope to make a reference from our html. 
 However, I don't know how to do it as they are referenced by a random link 
(I think), for example:
<link rel="stylesheet" href="/static/xxxxxx/css/layout-common.css" 
type="text/css" />  where xxxxxx is random.  

An another alternative is to publish my own CSS file somewhere on Jenkins 
server and make a reference to that.  However, I'm not sure how to do that.

Any suggestions?  Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/2b892ec2-9f0f-4866-855c-d6fc546a8ad4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to