#72 enable css style in jenkins html logs
Opened by bookwar. Modified

we have in build css in the html report and those reports are looking just weird. CSS is not allowed:
https://jenkins-continuous-infra.apps.ci.centos.org/job/fedora-rawhide-pr-pipeline/1984/artifact/package-tests/logs/NetworkManager-ci_Test000_libreswan_add_profile.html


According to https://wiki.jenkins.io/display/JENKINS/Configuring+Content+Security+Policy we need HTML Publisher plugin of version 1.10 at least.

Let's verify first which version we have installed

Current is 1.18

No updates for it is available.

I added Alexandra to admins for project:
https://console.apps.ci.centos.org:8443/console/project/continuous-infra/overview
The role "admin" was granted to "bookwar".
@bookwar you should be able to configure that Jenkins now.

Metadata Update from @bookwar:
- Issue tagged with: jenkins

We are still on 1.18 but 1.22 is available if it helps.

Though I looked over https://jenkins-continuous-infra.apps.ci.centos.org/job/fedora-rawhide-pr-pipeline/ builds and didn't see any html artifacts; did we change our artifacts, or was this specific to NetworkManager?

Metadata Update from @jimbair:
- Issue assigned to bookwar

We are still on 1.18 but 1.22 is available if it helps.
Though I looked over https://jenkins-continuous-infra.apps.ci.centos.org/job/fedora-rawhide-pr-pipeline/ builds and didn't see any html artifacts; did we change our artifacts, or was this specific to NetworkManager?

It is specifically NetworkManager that creates html artifacts.

Metadata