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

Cannot see all logs after introducing a parallel run

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • blueocean-plugin
    • None

      Hello,

       

      We have recently introduced a parallel run in our Integration stage. The main functionality is to run the postman tests however the parallel was intorduced to deploy two different environments before running the actual tests.

       

      Since this change was added, we dont see the newman run logs anymore in Blue Ocean because we only see the two additional steps (where only the deployment logs are there) and the newman run execution is called after this internal parallel is complete.

       

      stageIntegration(){

      ------ 

      -------

        parallel(

             ParallelStep1:

      {          -----blah--          -----blah--        }

             

            ParallelStep2: {          ----blah-          ----blah-        }

      )

            newman run ......

        }

       

      So in short, from the above, we see three stages in the blue ocean such as Integration, ParallelStep1, ParallelStep2 but we are missing the logs for the newman run step.

       

            Unassigned Unassigned
            karthikgooner Karthik Palanisamy
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: