-
Improvement
-
Resolution: Not A Defect
-
Minor
-
None
It would be nice if the pipeline workflow publishHTML would support setting multiple targets like the plugin already does for standard jenkins jobs where multiple reports can be added.
Currently if publisHTML is called twice in a pipeline only the report of the last call is saved in the project and the first is lost. And the call also does not support setting an array of targets.
Apparently we had a mishap with a non existing path on the first call to publish HTML and by the looks of things the plugin does not complain at all if the path is missing.