Re: What I miss with Pipeline: Console output from each node

2016-06-04 Thread Baptiste Mathus
Re-reading the thread I'm wondering what the use case actually is. I understand the need to read the logs of a single execution branch/thread of the pipeline (when some parallel is in play) to debug/understand things. But that seems actually unrelated to which node the pipeline runs on. Le 2 juin

Re: What I miss with Pipeline: Console output from each node

2016-06-02 Thread Sverre Moe
The main Console Output prepends all lines with the node name [master-sles11-i686] + ./autogen.sh [master-sles11-x86_64] + ./autogen.sh This could be use to split out the main Console Output with one for each node. When https://issues.jenkins-ci.org/browse/JENKINS-26107 is finished it would

Re: What I miss with Pipeline: Console output from each node

2016-06-02 Thread Sverre Moe
I have installed Pipeline Stage View Plugin and already been using it. I get Stage view visualization in the project, but it doesn't visualize each parallel execution. All steps in parallel executions within one stage are all listed on that one single stage. It is not allowed to have stage

Re: What I miss with Pipeline: Console output from each node

2016-06-01 Thread Andrew Bayer
Yeah, we still need parallel execution split out in the visualization and log view... A. On Wed, Jun 1, 2016 at 10:31 AM, Patrick Wolf wrote: > Yes, as Craig mentioned this is partly solved using Stage View but the log > view should be much more informative and readable

Re: What I miss with Pipeline: Console output from each node

2016-06-01 Thread Patrick Wolf
Yes, as Craig mentioned this is partly solved using Stage View but the log view should be much more informative and readable after https://issues.jenkins-ci.org/browse/JENKINS-26107 is finished. On Wed, Jun 1, 2016 at 10:12 AM, Craig Rodrigues wrote: > Hi, > > Did you try

Re: What I miss with Pipeline: Console output from each node

2016-06-01 Thread Craig Rodrigues
Hi, Did you try using the Pipeline Stage View Plugin ? It breaks the log down by stage quite nicely, such as in this example: https://jenkins.freebsd.org/job/FreeBSD_HEAD/ I haven't tried it with pipelines that execute in

What I miss with Pipeline: Console output from each node

2016-06-01 Thread Sverre Moe
I have been using Jenkins Multi-configuration. With my move over to Pipeline scripts and Jenkinsfile I still build on multiple nodes/slaves. When building all the nodes in parallel the console output is a mess. It is very difficult to separate the output from a single node. I really miss from