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

Artifact download button does not include pipeline.log

      Steps to reproduce

      1. Setup a new Pipeline using the Jenkinsfile below
      2. Run the Pipeline
      3. Go to the run and click on the artifacts tab
      4. Click Download All
      5. There are no "real" artifacts, so the download all option will fail

      Notes
      We display the log file as an artifact though Jenkins does not consider it an artifact.

      Example

      node {
        echo 'Hello world'
      }
      

          [JENKINS-43114] Artifact download button does not include pipeline.log

          James Dumay added a comment -

          vivek we might end up having to provide our own artifact zipper that includes the pipeline.log

          James Dumay added a comment - vivek we might end up having to provide our own artifact zipper that includes the pipeline.log

          Isa Vilacides added a comment -

          Still happening to me and it's failing returning a 404. Not sure if adding the log to the zip is the right thing to do as artifacts are things that are archived.

          Isa Vilacides added a comment - Still happening to me and it's failing returning a 404. Not sure if adding the log to the zip is the right thing to do as artifacts are things that are archived.

            vivek Vivek Pandey
            jamesdumay James Dumay
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: