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.
- 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