[JIRA] (JENKINS-61895) Cannot see all logs after introducing a parallel run

2 views
Skip to first unread message

karthikse@hotmail.com (JIRA)

unread,
Apr 14, 2020, 8:59:03 AM4/14/20
to jenkinsc...@googlegroups.com
Karthik Palanisamy created an issue
 
Jenkins / Bug JENKINS-61895
Cannot see all logs after introducing a parallel run
Issue Type: Bug Bug
Assignee: Unassigned
Components: blueocean-plugin
Created: 2020-04-14 12:58
Priority: Major Major
Reporter: Karthik Palanisamy

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 

 

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)
Atlassian logo

karthikse@hotmail.com (JIRA)

unread,
Apr 15, 2020, 12:55:03 AM4/15/20
to jenkinsc...@googlegroups.com
Karthik Palanisamy updated an issue
Change By: Karthik Palanisamy
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.

 
Reply all
Reply to author
Forward
0 new messages