[Build flow plugin] How to show output console of subbuild into the main build?

38 views
Skip to first unread message

Cyril Gandon

unread,
Sep 8, 2015, 4:19:53 AM9/8/15
to Jenkins Users
Hi all,


Let's say I have 3 jobs:

job1 says 

  build( "job2")

And then, job2 says

  build( "job3")

I would like to see the output of each build in the "main" build job1.

In the ideal world, each console output should contains the output of their subbuilds.

job1 should contains information on job2 and job3
job2 should contains information on job3.

Is their a way to do that? I see that we have access to the variable out

You can also access some pre-defined variables in the DSL : 
 - "out" the flow build console

But I have no idea how to use that variable to do what I need.

Thank you,

Cyril.
Reply all
Reply to author
Forward
0 new messages