[JIRA] (JENKINS-57929) BlueOcean steps do not appear green when they were successful when using parallel stages while still running

2019-07-02 Thread block....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jon B edited a comment on  JENKINS-57929  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: BlueOcean steps do not appear green when they were successful when using parallel stages while still running   
 

  
 
 
 
 

 
 We have a massive jenkins installation and the overwhelming majority of our jenkins pipeline users use declarative scripts and then they use script blocks to call out to subfunctions . Since parallelization is essential, we  that often  have  a lof of  their own parallel steps. In these  cases  where ,   the  pipelines  UI rendering is messed up . From my vantage point, you absolutely need to change that graph algo to be able to render  for this case  correctly when declarative and scripted parallel steps are mixed .  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.199903.1560145735000.311.1562102220209%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-57929) BlueOcean steps do not appear green when they were successful when using parallel stages while still running

2019-06-25 Thread dnusb...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Devin Nusbaum commented on  JENKINS-57929  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: BlueOcean steps do not appear green when they were successful when using parallel stages while still running   
 

  
 
 
 
 

 
 
 
 the "testing" stage calls to a script{} block and inside of there is some groovy scripting that uses the "parallel" command in order to fire a bunch of jobs in parallel
 Ah ok, yeah running stages/parallel blocks inside of script blocks in a Declarative Pipeline generally breaks the visualization, so I'm surprised that it ends up working once the build is complete. Fixing this is probably nontrivial, and might require some substantial changes to the graph generation code in Blue Ocean.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.199903.1560145735000.8368.1561469340234%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-57929) BlueOcean steps do not appear green when they were successful when using parallel stages while still running

2019-06-25 Thread block....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jon B commented on  JENKINS-57929  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: BlueOcean steps do not appear green when they were successful when using parallel stages while still running   
 

  
 
 
 
 

 
 Here's a clue: I use declarative jenkins pipelines.. however, the "testing" stage calls to a script{} block and inside of there is some groovy scripting that uses the "parallel" command in order to fire a bunch of jobs in parallel. The defect appears to be that the jenkins declarative parallel build steps dont know how to play nice with groovy scripting that calls for parallel jobs to run. Interesting that usually when the pipeline is completely finished that things tend to render correctly.. they just dont render correctly while its running causing confusion to the developers who are trying to make sense of whats going on.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.199903.1560145735000.7863.1561454340141%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-57929) BlueOcean steps do not appear green when they were successful when using parallel stages while still running

2019-06-19 Thread block....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jon B commented on  JENKINS-57929  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: BlueOcean steps do not appear green when they were successful when using parallel stages while still running   
 

  
 
 
 
 

 
 If I can find some time Ill create a repro case...   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.199903.1560145735000.3740.1560973020124%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-57929) BlueOcean steps do not appear green when they were successful when using parallel stages while still running

2019-06-11 Thread dnusb...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Devin Nusbaum updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57929  
 
 
  BlueOcean steps do not appear green when they were successful when using parallel stages while still running   
 

  
 
 
 
 

 
Change By: 
 Devin Nusbaum  
 
 
Attachment: 
 Screen Shot 2019-06-11 at 15.25.25.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.199903.1560145735000.25392.1560281520300%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-57929) BlueOcean steps do not appear green when they were successful when using parallel stages while still running

2019-06-11 Thread dnusb...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Devin Nusbaum commented on  JENKINS-57929  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: BlueOcean steps do not appear green when they were successful when using parallel stages while still running   
 

  
 
 
 
 

 
 Spent a bit of time trying to reproduce this in case it was related to my changes for JENKINS-39203, but was not able to do so. Here is the Pipeline I was using: 

 

pipeline {
agent any
stages {
stage('before') {
steps {
echo 'before'
}
}
stage("parallel") {
parallel {
stage("simple") {
stages {
stage ("simple-inner?") {
steps {
echo 'simple-inner?'
sleep 1
}
}
}
}
stage("sequential") {
stages {
stage("sequential-1") {
   steps {
echo 'sequential-1'
sleep 1
}
}
stage("sequential-2") {
   steps {
echo 'sequential-2'
sleep 1
}
}
}
}
}
}
stage('after') {
parallel {
stage('after-1') {
steps {
sleep 60
}   
}
stage('after-2') {
steps {
echo 'after-2'
}   
}
}
}
}
}
 

 And here is what it looked like:  Jon B If you can figure out how to reproduce the problem with tweaks to my basic Pipeline here, that would be helpful. From what I can tell, it looks like what you are reporting might be a dupe of JENKINS-53816, see in particular this comment which notes some problems in this area in Blue Ocean 1.17.0.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  

[JIRA] (JENKINS-57929) BlueOcean steps do not appear green when they were successful when using parallel stages while still running

2019-06-09 Thread block....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jon B updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57929  
 
 
  BlueOcean steps do not appear green when they were successful when using parallel stages while still running   
 

  
 
 
 
 

 
Change By: 
 Jon B  
 
 
Summary: 
 BlueOcean steps do not appear green when they were successful when using parallel stages  while still running  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.199903.1560145735000.24186.1560145800057%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.