Steps with "causeOfBlockage" should show indeterminate indicator

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      In Scope

      • Any step with cause of blockage should show the indeterminate status indicator (same as below but on blue background just like the header)

      Notes

      • See PR-728 for information about the API and discussion about the design.
      • If you are unsure about the design please chat to brody

      Example Pipeline
      This Pipeline will make a "causeOfBlocking" step show on the UI

      pipeline {
        agent none
        stages {
          stage ('first') {
           agent { 
            label 'first' 
           }
           steps{
                sh 'echo "from first"'
            }
          }
        }
      }
      

        1. Jan-23-2017 13-38-00.gif
          48 kB
          James Dumay
        2. Screenshot from 2017-01-30 15-04-39.png
          24 kB
          Thorsten Scherler
        3. Screenshot from 2017-01-30 18-02-59.png
          32 kB
          Thorsten Scherler
        4. Screenshot from 2017-01-30 18-05-46.png
          44 kB
          Thorsten Scherler

            Assignee:
            Unassigned
            Reporter:
            James Dumay
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: