[JIRA] (JENKINS-43231) Running on message not present in Blueocean log

2017-03-30 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay edited a comment on  JENKINS-43231  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Running on  message not present in Blueocean log   
 

  
 
 
 
 

 
 Hi [~msieger],Unfortunately there is no good heuristic for us to show steps that happen outside a stage (see JENKINS-35836). However we are planning to surface this information a bit better where possible - for example, we might be able to display somewhere at the stage level on which node is executing. We are tracking that  ticket  work  as JENKINS-41829.ThanksJames  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-43231) Running on message not present in Blueocean log

2017-03-30 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-43231  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Running on  message not present in Blueocean log   
 

  
 
 
 
 

 
 Hi Marc Sieger, Unfortunately there is no good heuristic for us to show steps that happen outside a stage (see JENKINS-35836). However we are planning to surface this information a bit better where possible - for example, we might be able to display somewhere at the stage level on which node is executing. We are tracking that ticket as JENKINS-41829. Thanks James  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-43231) Running on message not present in Blueocean log

2017-03-30 Thread marc.sie...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Marc Sieger created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43231  
 
 
  Running on  message not present in Blueocean log   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2017/Mar/30 1:24 PM  
 
 
Environment: 
 Running Jenkins 2.32.3 with multiple slave nodes.  
 
 
Labels: 
 pipeline multibranch blueocean  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Marc Sieger  
 

  
 
 
 
 

 
 Using multibranch pipeline on standard Jenkins UI, I am able to see the following message in the "raw" Console Output: 

 
[Pipeline] node
Running on slave3 in /home/jenkins/jenkins_slave/workspace/erge_testing_cfg_in_jenkins-MANNGWF53JLLMKMQTLSGC7OKNYH7ODD3C2WLNCPQMYOG7LVTFCRA 

 This message is important to me as I use multiple nodes in my pipeline (stages and parallel operation).  If I need to ever drop into the node to debug what is happening, this is a critical piece to troubleshooting. Now I will admit that is may not be a blueocean plugin issue but rather more to due with the filtering done during for pipeline builds and its treatment of messages outside of stages and in the more general pipeline context.  My Jenkinsfile is using scripted format and begins as such: