Cannot see all logs after introducing a parallel run

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      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.

       

            Assignee:
            Unassigned
            Reporter:
            Karthik Palanisamy
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: