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

Steps with "causeOfBlockage" should show indeterminate indicator

XMLWordPrintable

    • iapetus

      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

            Unassigned Unassigned
            jamesdumay James Dumay
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: