Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
-
-
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
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-37640Add test for artifacts tab to not be empty