[JIRA] (JENKINS-49655) Limit to number of steps shown per parallel section

2018-02-22 Thread londo...@yahoo.co.uk (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John Forrest updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-49655  
 
 
  Limit to number of steps shown per parallel section   
 

  
 
 
 
 

 
Change By: 
 John Forrest  
 

  
 
 
 
 

 
 I've a scripted pipeline structure that forks and builds multiple modules, depending on how it is started. The main build is via cmake, but there are often several steps first - e.g. fixing git repos, pulling down binary dependencies etc. We've noticed that the cmake steps often now don't appear in the blue ocean view - although it you look at the overall log for the parallel step itself then it will be working, just not showing in the step view.  It took a while to realise what is happening, but it seems that when the cmake steps don't show there are  I recently changed the scripts so that there are more binaries that are pulled down and unpacked before the build proper. Seems that was the trigger for the cmake stuff not showing - the number depends on the module being built. Took a while to realise this.IT seems there is a maximum number of steps shown per parallel step and it is in the range 100-120 - I've not counted too closely. I am assuming this is a literal Could this be raised?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 
 

[JIRA] (JENKINS-49655) Limit to number of steps shown per parallel section

2018-02-20 Thread andrew.ba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Bayer updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-49655  
 
 
  Limit to number of steps shown per parallel section   
 

  
 
 
 
 

 
Change By: 
 Andrew Bayer  
 
 
Component/s: 
 blueocean-plugin  
 
 
Component/s: 
 pipeline  
 

  
 
 
 
 

 
 
 

 
 
 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-49655) Limit to number of steps shown per parallel section

2018-02-20 Thread londo...@yahoo.co.uk (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John Forrest created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-49655  
 
 
  Limit to number of steps shown per parallel section   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 pipeline  
 
 
Created: 
 2018-02-20 15:33  
 
 
Environment: 
 Jenkins ver. 2.89.4, BlueOcean 1.4.2  
 
 
Priority: 
  Major  
 
 
Reporter: 
 John Forrest  
 

  
 
 
 
 

 
 I've a scripted pipeline structure that forks and builds multiple modules, depending on how it is started. The main build is via cmake, but there are often several steps first - e.g. fixing git repos, pulling down binary dependencies etc. We've noticed that the cmake steps often now don't appear in the blue ocean view - although it you look at the overall log for the parallel step itself then it will be working, just not showing in the step view. It took a while to realise what is happening, but it seems that when the cmake steps don't show there are  I recently changed the scripts so that there are more binaries that are pulled down and unpacked before the build proper. Seems that was the trigger for the cmake stuff not showing - the number depends on the module being built. Took a while to realise this. IT seems there is a maximum number of steps shown per parallel step and it is in the range 100-120 - I've not counted too closely. I am assuming this is a literal Could this be raised?