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

Blueocean should show triggered jobs while pending

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Minor Minor
    • blueocean-plugin
    • None

      Consider a pipeline like this:

      pipeline {
          stages {
              stage("Trigger Deploy") {
                  steps {
                      build "happy-integration"
                  }
              }
          }
      }

      While the triggered build is running, the blue ocean view doesn't provide any way to get to the resultant build. Once it's built, an extra table is presented called Triggered Builds which provides easy access to it:

            Unassigned Unassigned
            jsoref Josh Soref
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: