-
New Feature
-
Resolution: Duplicate
-
Minor
-
Jenkins 1.580.13.1
Workflow 1.4
-
- This may be best delivered via a new publisher plugin**
Maven job type provides automatic site documentation artifact archiving - see attachment.
It should be possible within a workflow job to achieve the same effect.
A workaround exists to archive the site for each job using:
step([$class: 'ArtifactArchiver', allowEmptyArchive: false, artifacts: 'target/site/**', excludes: null])
Additionally support for linking to the site on a remote repository would be useful.
- duplicates
-
JENKINS-26343 Workflow integration for HTMLPublisher
- Closed