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

Display struggles with parallel tasks in pipeline

XMLWordPrintable

    • v1.14

      We love this plugin, very helpful for our users to have a visual of the process... The only issue we had with it is that parallel steps seem to confuse it.

      I don't really have a good suggestion for how this should look, but the way it looks now just seems broken to the end user.  The first job being indented would help, maybe some kind of visual connection that suggests the jobs are in parallel...

       

      Output looks like this

       

       

      Code to trigger:

       

      def rhj = build job: 'Main'
      def tasks = [:]
      tasks["T1"] = { build job: 'RHEL7_Pkg'}
      tasks["T2"] = { build job: 'RHEL8_Pkg'}
      parallel tasks

      ...

            gustafl Gustaf Lundh
            mwils2424 Matt Wilson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: