Hi. I'm new to Jenkins and I'm using it with django_jenkins for a django based project.
The django_jenkins aims to group all tasks and reports into one single shell command call. It run all tests and generates the tests, violations and cobertura reports. My csslint report generates this type of content: <file name="company/media/css/buyer.css"> <issue line="6" char="1" severity="warning" reason="Don't use IDs in selectors." evidence="#widget_holder div,"/> <issue line="7" char="1" severity="warning" reason="Don't use IDs in selectors." evidence="#widget_holder dl,"/> [...] The CSS lint chart is printed and works fine, so the XML is being processed. My question is: Why clicking in file name link leads me to a empty page? I see only the heades, but not the content of my file. I didn't see any error message on the logs. Jenkins fails silently or simply doesn't have support for files other than programming languages? (My pylint file view is working fine. It uses an ascii report instead). What is the path that jenkins use to look for these files? Any help will be very appreciated. Thanks!