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

UI for downstream jobs launched with 'build' step

XMLWordPrintable

    • Blue Ocean 1.1, Blue Ocean 1.2-beta1, Blue Ocean 1.2-beta2, Blue Ocean 1.4 - beta 3, Blue Ocean 1.5 - beta 2
    • 1.14.0

      Improvement on roadmap

      This improvement is on the Blue Ocean project roadmap. Check the roadmap page for updates.

      Same pipeline as JENKINS-38337

      stage "Stage 1"
      stage ("Trigger jobs") {
          parallel(
              downstream1: {
                  build 'downstream1'
              },
              downstream2: {
                  build 'downstream2'
              }
          )
      }
      

      In the logs, we see things like Starting building: downstream2 #3, however unlike the classic console, this is not a link, so you can't browse to the other build.

       

      Out of scope: 

      When the "don't wait" mode is used, there is no link to the resultant downstream job, so no need to link it back  ( ie build job: 'downer', wait: false)

       

       

        1. Captura de Pantalla 2019-07-13 a la(s) 4.08.07 p. m..png
          40 kB
          Tim Huang
        2. Captura de Pantalla 2019-07-13 a la(s) 4.08.18 p. m..png
          204 kB
          Tim Huang
        3. image-2018-09-10-11-54-51-888.png
          23 kB
          Jan Bernlöhr
        4. image-2018-12-05-01-11-03-261.png
          116 kB
          Andrei Muresianu
        5. image-2019-09-28-18-31-11-339.png
          10 kB
          wangu
        6. P1_1.JPG
          39 kB
          Hari Ananthan
        7. P1_2.JPG
          43 kB
          Hari Ananthan
        8. P2.JPG
          39 kB
          Hari Ananthan

            Unassigned Unassigned
            vlatombe Vincent Latombe
            Votes:
            61 Vote for this issue
            Watchers:
            87 Start watching this issue

              Created:
              Updated: