Ullrich Hafner
Ullrich Hafner
Which tool or languages are you using to create the reports? I think it would be helpful if all users would get better package or directory names out of the...
I see, thanks for sharing! Can those module names somehow be derived from your workspace? For Maven, Gradle, OSGi I have scanners that detect those modules automatically. Maybe I can...
> This also breaks for python projects when combining coverage reports produced by test runs using different python versions - a common scenario. You are referring to the exception, aren't...
Someone already started an implementation years ago: https://github.com/jenkinsci/junit-plugin/pull/106
> Can I close now ? ^^ Why? It is not yet merged!
Yes, I noticed this as well while reviewing the styling changes in https://github.com/jenkinsci/jenkins/pull/6728. Rather than moving the tag I would suggest to restyle/rewrite the whole widget so that it would...
Can you add the explicit version https://github.com/jenkinsci/data-tables-api-plugin/releases/tag/v2.0.3-1 here: https://github.com/jenkinsci/lockable-resources-plugin/blob/67c1000692dd596babfbe1b4028e0a66cded351c/pom.xml#L89 Then we see if there are test failures.
I think you are using a too old BOM that does not match your Jenkins version: ``` 999999-SNAPSHOT 2.440.1 io.jenkins.tools.bom bom-2.387.x 2543.vfb_1a_5fb_9496d pom import ``` You should use: `2.426.3` or...
I'm not sure if I understand the problem. When someone searches by "xyz" then every column that contains "xyz" matches and the match will be highlighted. What is the expectation?
Thanks for clarifying! Now I see the problem. I think the highlighting is done using https://datatables.net/blog/2017-01-19. I'm not sure if the broken CSS rendering is caused by an incompatibility with...