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

      ...

        1. conf.txt
          0.9 kB
          Matt Wilson
        2. conf2.txt
          2 kB
          Matt Wilson
        3. image-2021-03-08-10-17-40-300.png
          25 kB
          Matt Wilson
        4. image-2021-03-08-23-58-51-692.png
          16 kB
          Gustaf Lundh
        5. image-2021-03-09-09-34-36-781.png
          22 kB
          Matt Wilson
        6. image-2021-03-09-21-12-15-912.png
          14 kB
          Matt Wilson
        7. image-2021-03-10-07-31-25-624.png
          34 kB
          Matt Wilson

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

              Created:
              Updated:
              Resolved: