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

Artifact download button does not include pipeline.log

XMLWordPrintable

      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'
      }
      

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

              Created:
              Updated: