-
Bug
-
Resolution: Unresolved
-
Minor
Steps to reproduce
- Setup a new Pipeline using the Jenkinsfile below
- Run the Pipeline
- Go to the run and click on the artifacts tab
- Click Download All
- 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'
}
- is duplicated by
-
JENKINS-45037 Download All button is broken on artifacts
-
- Closed
-
vivek we might end up having to provide our own artifact zipper that includes the pipeline.log