-
Improvement
-
Resolution: Unresolved
-
Minor
We use hierarchies of builds, and some builds can be used both standalone and as parts of larger pipeline (ex workflow) builds.
We use CopyArtifact plugin to copy artifacts from child builds into pipeline build, however it doesn't work with HTML pages that are created by PublishHTML report.
Workaround is to use both PublishHTML and ArchiveArtifacts steps, however that stored HTML pages twice (and they can be quite large).
I agree with that. It could be an option to CopyArtifact.
Additionnaly, I think that html pages (or perhaps the containing folder) should optionnally be part of the archived artifacts on the job where the report is built, if artifacts are saved or if an archived as artifacts option is provided on the HTMLPublisher interface.