-
Type:
Improvement
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: xunit-plugin
-
Labels:None
-
Environment:Jenkins LTS 1.596.3
xunit 1.100
-
Similar Issues:
When using the Custom Tool option, it is mandatory to provide a custom stylesheet to convert unit tests results to Junit format.
By following the documentation, we stored the xsl file in $JENKINS_HOME/userContent/cunit/cunit-to-junit.xsl
And we configured the plugin with a custom tool stylesheet pointing to $JENKINS_HOME/userContent/cunit/cunit-to-junit.xsl
This is not working when building on a slave machine, as the path $JENKINS_HOME/userContent/cunit/cunit-to-junit.xsl is not relevant on a slave (only for the master)
What about supporting URL instead, so using $JENKINS_URL/userContent/cunit/cunit-to-junit.xsl could work.
- is blocking
-
JENKINS-52392 Support custom junit format that does not respect any precise schema
-
- Resolved
-
Field | Original Value | New Value |
---|---|---|
Workflow | JNJira [ 168632 ] | JNJira + In-Review [ 183208 ] |
Link |
This issue is blocking |
Assignee | Gregory Boissinot [ gbois ] | Nikolas Falco [ nfalco ] |
Summary | Support for url for stylesheet in Custom Tool | Support for URL for stylesheet in Custom Tool |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |