Details
-
Bug
-
Status: Fixed but Unreleased (View Workflow)
-
Minor
-
Resolution: Fixed
-
Jenkins 2.x, Pipeline job.
-
-
2.300
Description
jglick
klrmn: hah. Works fine in stage view, but https://github.com/jenkinsci/jenkins/blob/ee447af7e8e283ff50032532a571766f810ea061/core/src/main/resources/lib/hudson/artifactList.jelly#L44 explicitly hides it during the build, for no reason I can see.
Test case: stage 'All'; node
{writeFile file: 'f.txt', text: 'hello'; archive 'f.txt'; input 'hold on'}Workaround: manually append `artifact/` to build index URL.
Attachments
Issue Links
- causes
-
JENKINS-65653 artifacts are not listed on a job page whilst a job is in progress
-
- Closed
-
- is duplicated by
-
JENKINS-32163 Allow Jenkins to Archive Artifacts from a Stage
-
- Resolved
-
-
JENKINS-40324 Show links to certain artifacts while build is still running
-
- Resolved
-
- links to
mike_kingsbury: I have a similar scenario. Good news there already is a link (download icon
) within the pipeline view next to the changes. This link is displayed while the input step is waiting for confirmation. So this should solve your problem.