• Icon: Story Story
    • Resolution: Fixed
    • Icon: Minor Minor
    • blueocean-plugin
    • None
    • 1.0, Blue Ocean 1.0-rc3, Blue Ocean 1.0-rc4, Blue Ocean - 1.1-beta-1

      Implementing empty states from https://docs.google.com/document/d/1tNVLWScTaRlb5cpVZ44PgFWjruwSKcC2AAyrmbhDZ9Q/edit 

      Try to get as many of these done by launch.

          [JENKINS-42515] User education empty state updates

          James Dumay added a comment -

          Note that this comment has been resolved.

          James Dumay added a comment - Note that this comment has been resolved.

          Cliff Meyers added a comment -

          Cliff Meyers added a comment - PR: https://github.com/jenkinsci/blueocean-plugin/pull/929

          Cliff Meyers added a comment -

          I should note this PR covers all the remaining Pipeline empty states on the Activity, Branches and PR tabs. If we are happy with this and decide to land it before release, I will cut a new ticket that covers the "Run" empty states for Pipeline, Tests, Changes, etc.

          Cliff Meyers added a comment - I should note this PR covers all the remaining Pipeline empty states on the Activity, Branches and PR tabs. If we are happy with this and decide to land it before release, I will cut a new ticket that covers the "Run" empty states for Pipeline, Tests, Changes, etc.

          Cliff Meyers added a comment -

          brody a few assets / design requests related to this ticket:

          1. Could you make the "double checkmark" and "failed X" assets from the top of the test results screen exportable in Zeplin?
          2. We need an updated design for the Artifacts tab. Right now if there are over 100 artifacts it displays a simple "only showing first 100 artifacts" message using the old "empty state" blue gradient. Perhaps it could look like the widget at the top of "test results" except with a different icon and a grey stripe?

          Cliff Meyers added a comment - brody a few assets / design requests related to this ticket: Could you make the "double checkmark" and "failed X" assets from the top of the test results screen exportable in Zeplin? We need an updated design for the Artifacts tab. Right now if there are over 100 artifacts it displays a simple "only showing first 100 artifacts" message using the old "empty state" blue gradient. Perhaps it could look like the widget at the top of "test results" except with a different icon and a grey stripe?

          Code changed in jenkins
          User: Cliff Meyers
          Path:
          src/test/js/artifacts/artifacts.js
          http://jenkins-ci.org/commit/blueocean-acceptance-test/9f96ea68287a16a395e5d5469b72ca6b27813170
          Log:
          JENKINS-42515 tweak for new "only showing 100 artifacts" component

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Cliff Meyers Path: src/test/js/artifacts/artifacts.js http://jenkins-ci.org/commit/blueocean-acceptance-test/9f96ea68287a16a395e5d5469b72ca6b27813170 Log: JENKINS-42515 tweak for new "only showing 100 artifacts" component

          Code changed in jenkins
          User: Cliff Meyers
          Path:
          src/main/js/page_objects/blueocean/bluePipelineRunDetail.js
          src/test/js/log-karaoke/stages-block.js
          src/test/js/log-karaoke/stages-new.js
          src/test/js/log-karaoke/stages-old.js
          http://jenkins-ci.org/commit/blueocean-acceptance-test/1eda0ba770c3544ca158dd09613fe1dc5c5bd8b4
          Log:
          JENKINS-42515 tweak for new empty states on run details "changes" and "tests" tab

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Cliff Meyers Path: src/main/js/page_objects/blueocean/bluePipelineRunDetail.js src/test/js/log-karaoke/stages-block.js src/test/js/log-karaoke/stages-new.js src/test/js/log-karaoke/stages-old.js http://jenkins-ci.org/commit/blueocean-acceptance-test/1eda0ba770c3544ca158dd09613fe1dc5c5bd8b4 Log: JENKINS-42515 tweak for new empty states on run details "changes" and "tests" tab

          Code changed in jenkins
          User: Cliff Meyers
          Path:
          src/test/js/multibranch/filtering.js
          http://jenkins-ci.org/commit/blueocean-acceptance-test/f52f6662d2f54f48e65fa6c4fc7f696c3b95b212
          Log:
          JENKINS-42515 split test into separate steps (seems to help w/ timing); also add waitForElementVisible for the branch visible

          Compare: https://github.com/jenkinsci/blueocean-acceptance-test/compare/9f96ea68287a^...f52f6662d2f5

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Cliff Meyers Path: src/test/js/multibranch/filtering.js http://jenkins-ci.org/commit/blueocean-acceptance-test/f52f6662d2f54f48e65fa6c4fc7f696c3b95b212 Log: JENKINS-42515 split test into separate steps (seems to help w/ timing); also add waitForElementVisible for the branch visible Compare: https://github.com/jenkinsci/blueocean-acceptance-test/compare/9f96ea68287a ^...f52f6662d2f5

          Code changed in jenkins
          User: Cliff Meyers
          Path:
          src/main/js/page_objects/blueocean/bluePipelineRunDetail.js
          src/test/js/artifacts/artifacts.js
          src/test/js/log-karaoke/stages-block.js
          src/test/js/log-karaoke/stages-new.js
          src/test/js/log-karaoke/stages-old.js
          src/test/js/multibranch/filtering.js
          http://jenkins-ci.org/commit/blueocean-acceptance-test/1853fa3aad112481b1a438f2e4e630d4ca04d31a
          Log:
          Feature/jenkins 42515 empty states 2 (#136)

          • JENKINS-42515 tweak for new "only showing 100 artifacts" component
          • JENKINS-42515 tweak for new empty states on run details "changes" and "tests" tab
          • JENKINS-42515 split test into separate steps (seems to help w/ timing); also add waitForElementVisible for the branch visible

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Cliff Meyers Path: src/main/js/page_objects/blueocean/bluePipelineRunDetail.js src/test/js/artifacts/artifacts.js src/test/js/log-karaoke/stages-block.js src/test/js/log-karaoke/stages-new.js src/test/js/log-karaoke/stages-old.js src/test/js/multibranch/filtering.js http://jenkins-ci.org/commit/blueocean-acceptance-test/1853fa3aad112481b1a438f2e4e630d4ca04d31a Log: Feature/jenkins 42515 empty states 2 (#136) JENKINS-42515 tweak for new "only showing 100 artifacts" component JENKINS-42515 tweak for new empty states on run details "changes" and "tests" tab JENKINS-42515 split test into separate steps (seems to help w/ timing); also add waitForElementVisible for the branch visible

          Cliff Meyers added a comment - - edited

          jamesdumay any objection to me marking this ticket as "resolved" and adding a new ticket that handles the remaining 2-3 "pipeline" screens? Since those require some additional preferences work, it's leading this ticket to be open longer than I'd like.

          Cliff Meyers added a comment - - edited jamesdumay any objection to me marking this ticket as "resolved" and adding a new ticket that handles the remaining 2-3 "pipeline" screens? Since those require some additional preferences work, it's leading this ticket to be open longer than I'd like.

          Cliff Meyers added a comment -

          I am resolving this and I have opened JENKINS-43435 to cover the remaining three empty states.

          Cliff Meyers added a comment - I am resolving this and I have opened JENKINS-43435 to cover the remaining three empty states.

            cliffmeyers Cliff Meyers
            jamesdumay James Dumay
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: