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

REGRESSION: artifacts are not showing up

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • blueocean-plugin
    • None
    • 1.0-beta-1

      Artifacts are no longer showing up in blue ocean. The tab shows up, but it is empty, no console errors.

      To reproduce:

      Create a pipeline with the following:

      node {
          sh 'echo yeah > foo.txt'
          archiveArtifacts 'foo.txt'    
      }
      

      Run it, and go to artifacts tab.

      Artifact "foo.txt" does appear in classic.

      In Scope:

      • Diagnosis and fix
      • (ideally) add a simple archive step to an ATH test case and check that it shows up

            tscherler Thorsten Scherler
            michaelneale Michael Neale
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: