I recently switched to using docker containers in my Jenkins pipelines, and it seems that the jenkins HTML publisher plugin does not seem to work from the container.
What I mean is that after the build, the HTML file that I want to publish is created. I use the HTML publisher plugin for those that worked great before moving on to creating with containers.
Should the HTML publisher plugin work from the container? If there are no alternatives to publishing HTML from a container?
Thank.
source
share