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"'
            }
          }
        }
      }
      

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

              Created:
              Updated:
              Archived: