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

link to archived build artifacts is hidden until pipeline has finished

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • core
    • Jenkins 2.x, Pipeline job.
    • 2.300

      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.

            jglick Jesse Glick
            klrmn Leah Klearman
            Votes:
            11 Vote for this issue
            Watchers:
            15 Start watching this issue

              Created:
              Updated:
              Resolved: