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

REGRESSION: artifacts are not showing up

    XMLWordPrintable

Details

    • 1.0-beta-1

    Description

      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

      Attachments

        Activity

          Code changed in jenkins
          User: Thorsten Scherler
          Path:
          src/main/js/page_objects/blueocean/bluePipelineRunDetail.js
          src/test/js/log-karaoke/stages.js
          http://jenkins-ci.org/commit/blueocean-acceptance-test/4a76a6181d342caf735ce8864b0bab62a41b8074
          Log:
          JENKINS-37640 Add test for artifacts tab to not be empty

          scm_issue_link SCM/JIRA link daemon added a comment - Code changed in jenkins User: Thorsten Scherler Path: src/main/js/page_objects/blueocean/bluePipelineRunDetail.js src/test/js/log-karaoke/stages.js http://jenkins-ci.org/commit/blueocean-acceptance-test/4a76a6181d342caf735ce8864b0bab62a41b8074 Log: JENKINS-37640 Add test for artifacts tab to not be empty

          Code changed in jenkins
          User: Thorsten Scherler
          Path:
          src/main/js/page_objects/blueocean/bluePipelineRunDetail.js
          src/test/js/log-karaoke/stages.js
          src/test/resources/test_scripts/stages-with-wait.groovy
          http://jenkins-ci.org/commit/blueocean-acceptance-test/5062f200dd023d3c534cea3814a906b16486b33f
          Log:
          JENKINS-37640 Add test for artifacts tab to not be empty (#27)

          scm_issue_link SCM/JIRA link daemon added a comment - Code changed in jenkins User: Thorsten Scherler Path: src/main/js/page_objects/blueocean/bluePipelineRunDetail.js src/test/js/log-karaoke/stages.js src/test/resources/test_scripts/stages-with-wait.groovy http://jenkins-ci.org/commit/blueocean-acceptance-test/5062f200dd023d3c534cea3814a906b16486b33f Log: JENKINS-37640 Add test for artifacts tab to not be empty (#27) JENKINS-37640 Add test for artifacts tab to not be empty JENKINS-37640 Add test snippet

          People

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

            Dates

              Created:
              Updated:
              Resolved: