Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-28761

Add maven site link when a workflow job produces a maven site

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Duplicate
    • Icon: Minor Minor
    • maven-plugin
    • 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.

            Unassigned Unassigned
            nharniman Nigel Harniman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: