[JIRA] (JENKINS-53816) [Blue Ocean] Completed stages appear to be skipped instead of finished

0 views
Skip to first unread message

zakharovdi@gmail.com (JIRA)

unread,
Sep 27, 2018, 7:58:03 AM9/27/18
to jenkinsc...@googlegroups.com
Denis Zakharov created an issue
 
Jenkins / Bug JENKINS-53816
[Blue Ocean] Completed stages appear to be skipped instead of finished
Issue Type: Bug Bug
Assignee: Unassigned
Attachments: jenkinsBug2.jpg, Jenkinsfile
Components: blueocean-plugin
Created: 2018-09-27 11:57
Priority: Minor Minor
Reporter: Denis Zakharov

After fix https://issues.jenkins-ci.org/browse/JENKINS-53311 completed stages appear to be skipped instead of finished.

Pipeline script and screenshot have attached

 

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

zakharovdi@gmail.com (JIRA)

unread,
Sep 27, 2018, 8:00:02 AM9/27/18
to jenkinsc...@googlegroups.com

dnusbaum@cloudbees.com (JIRA)

unread,
Sep 27, 2018, 11:17:03 AM9/27/18
to jenkinsc...@googlegroups.com
Devin Nusbaum commented on Bug JENKINS-53816
 
Re: [Blue Ocean] Completed stages appear to be skipped instead of finished

CC Olivier Lamy Looks like this might be a regression from JENKINS-53311. I haven't tried to create a reproduce it yet so I'm not sure what a minimal reproduction case would look like.

zakharovdi@gmail.com (JIRA)

unread,
Sep 27, 2018, 11:22:02 AM9/27/18
to jenkinsc...@googlegroups.com

zakharovdi@gmail.com (JIRA)

unread,
Sep 27, 2018, 11:22:02 AM9/27/18
to jenkinsc...@googlegroups.com

dnusbaum@cloudbees.com (JIRA)

unread,
Sep 27, 2018, 11:23:02 AM9/27/18
to jenkinsc...@googlegroups.com
Devin Nusbaum edited a comment on Bug JENKINS-53816
 
Re: [Blue Ocean] Completed stages appear to be skipped instead of finished
CC [~olamy] Looks like this might be a regression from JENKINS-53311. I haven't tried to create a reproduce it yet so I'm not sure what a minimal reproduction case would look like.

olamy@apache.org (JIRA)

unread,
Sep 29, 2018, 2:21:01 AM9/29/18
to jenkinsc...@googlegroups.com

cmamigonian@gmail.com (JIRA)

unread,
Oct 16, 2018, 12:26:02 PM10/16/18
to jenkinsc...@googlegroups.com
Camden Mamigonian commented on Bug JENKINS-53816
 
Re: [Blue Ocean] Completed stages appear to be skipped instead of finished

Is there any plan to address this issue?  In addition to this behavior I'm not able to see the logs of these completed (or even in progress) parallel stages while the other parallel branch is executing.

cmamigonian@gmail.com (JIRA)

unread,
Dec 18, 2018, 9:24:02 AM12/18/18
to jenkinsc...@googlegroups.com

mlandman99@gmail.com (JIRA)

unread,
Dec 31, 2018, 10:39:02 AM12/31/18
to jenkinsc...@googlegroups.com

I'm seeing similar but even worse – the 'parallel sequential' stage that I have (similar to the picture attached) is in the beginning of my pipeline, and there are other steps afterwards. My build is currently executing those 'later' steps, showing blank circles for some of the steps that I know were finished earlier, in the 'parallel sequential' step that has been long finished ~ 40 minutes ago.

Ack – even worse! It literally just finished my build and updated the visualization: the 'parallel sequential' step now shows all steps inside it complete, but all the downstream steps (which were executing earlier, and had shown as complete...) are now gone – not displayed at all.

mlandman99@gmail.com (JIRA)

unread,
Dec 31, 2018, 10:48:02 AM12/31/18
to jenkinsc...@googlegroups.com

slight correction: my pipeline is still running, but otherwise is as described above at this point. The downstream steps that were complete are now completely missing in the visualization. The parallel-sequential step updated to show all complete (they were all complete ~ 40 minutes earlier, in reality). When the UI update occurred for that, that's when the downstream sequential steps that had previously run and completed (and were shown) disappeared. The pipeline is now on a step further downstream and it's running, though it's not shown anywhere. I suspect that when the entire pipeline is complete, it will all reappear, as I think I saw that occur before.

mlandman99@gmail.com (JIRA)

unread,
Dec 31, 2018, 10:48:03 AM12/31/18
to jenkinsc...@googlegroups.com

mlandman99@gmail.com (JIRA)

unread,
Dec 31, 2018, 10:55:02 AM12/31/18
to jenkinsc...@googlegroups.com
boris ivan edited a comment on Bug JENKINS-53816
slight correction: my pipeline is still running, but otherwise is as described above at this point. The downstream steps that were complete are now completely missing in the visualization. The parallel-sequential step updated to show all complete (they were all complete ~ 40 minutes earlier, in reality). When the UI update occurred for that, that's when the downstream sequential steps that had previously run and completed (and were shown) disappeared. The pipeline is now on a step further downstream and it's running, though it's not shown _anywhere_. I suspect that when the entire pipeline is complete, it will all reappear, as I think I saw that occur before.

update: as suspected. The entire pipeline shows upon completion, including the steps that had shown before that went away mid pipeline as described above.

jmcdonald@cloudbees.com (JIRA)

unread,
May 20, 2019, 12:22:03 AM5/20/19
to jenkinsc...@googlegroups.com

olamy@apache.org (JIRA)

unread,
May 20, 2019, 12:30:02 AM5/20/19
to jenkinsc...@googlegroups.com

jmcdonald@cloudbees.com (JIRA)

unread,
May 20, 2019, 8:14:03 PM5/20/19
to jenkinsc...@googlegroups.com
Josh McDonald updated Bug JENKINS-53816
 

Fix in master @ 9d8593973dd6c19dc98440effcf8c7abd158ccef

Change By: Josh McDonald
Status: Open Fixed but Unreleased
Resolution: Fixed

mlandman99@gmail.com (JIRA)

unread,
Jun 10, 2019, 10:06:03 AM6/10/19
to jenkinsc...@googlegroups.com
boris ivan commented on Bug JENKINS-53816
 
Re: [Blue Ocean] Completed stages appear to be skipped instead of finished

Hi Josh McDonald – I can confirm that completed stages are still showing as parallel, in Blue Ocean 1.17.

I think that some parallel stages that had a single stage were previously not showing correctly sometimes, and that seems better.

But a stage that has parallel stages that each have sequential stages in them are still showing as transparent when complete, though as before, it paints correctly as soon as the pipeline finishes.

For example:

--a--b--c

--d--e--f

If d completes, it shows as transparent (incorrect). e does show as active (which is correct).

mlandman99@gmail.com (JIRA)

unread,
Jun 10, 2019, 12:06:02 PM6/10/19
to jenkinsc...@googlegroups.com
boris ivan edited a comment on Bug JENKINS-53816
Hi [~sophistifunk] -- I can confirm that some completed stages are still showing as parallel transparent , in Blue Ocean 1.17.


I think that some parallel stages that had a single stage were previously not showing correctly sometimes, and that seems better.

But a stage that has parallel stages that each have _sequential_ stages in them are still showing as transparent when complete, though as before, it paints correctly as soon as the pipeline finishes.

For example:

---a----b---c
|
---d----e---f


If d completes, it shows as transparent (incorrect). e does show as active (which is correct).

mlandman99@gmail.com (JIRA)

unread,
Jun 10, 2019, 12:07:02 PM6/10/19
to jenkinsc...@googlegroups.com
boris ivan edited a comment on Bug JENKINS-53816
Hi [~sophistifunk] -- I can confirm that some completed stages are still showing as transparent, in Blue Ocean 1.17.

I think that some parallel stages that had a
single _single_ stage were previously not showing correctly sometimes, and that seems better to have improved .


But a stage that has parallel stages that each have _sequential_ stages in them are still showing as transparent when complete, though as before, it paints correctly as soon as the pipeline finishes.

For example:

---a----b---c
|
---d----e---f

If d completes, it shows as transparent (incorrect). e does show as active (which is correct).

mlandman99@gmail.com (JIRA)

unread,
Jun 10, 2019, 12:33:02 PM6/10/19
to jenkinsc...@googlegroups.com
boris ivan edited a comment on Bug JENKINS-53816
Hi [~sophistifunk] -- I can confirm that some completed stages are still showing as transparent, in Blue Ocean 1.17.

I think that some parallel stages that had a _single_ stage were previously not showing correctly sometimes, and that seems to have improved.


But a stage that has parallel stages that each have _sequential_ stages in them are still showing as transparent when complete, though as before, it paints correctly as soon as the pipeline finishes.

For example:

---a----b---c
|
---d----e---f

If d completes, it shows as transparent (incorrect). I'm also now seeing that if " e does show " is active, it sometimes doesn't have the blue animation showing as active (which is correct) . Things may have gotten worse.

ernst@ernstdehaan.com (JIRA)

unread,
Jun 13, 2019, 4:13:04 AM6/13/19
to jenkinsc...@googlegroups.com

zakharovdi@gmail.com (JIRA)

unread,
Jun 13, 2019, 10:10:03 AM6/13/19
to jenkinsc...@googlegroups.com

vivek.pandey@gmail.com (JIRA)

unread,
Jun 28, 2019, 12:20:02 PM6/28/19
to jenkinsc...@googlegroups.com
Vivek Pandey updated Bug JENKINS-53816
 

Fixed and released in Blueocean 1.17.0.

Change By: Vivek Pandey
Status: Fixed but Unreleased Closed

vivek.pandey@gmail.com (JIRA)

unread,
Jun 28, 2019, 1:53:03 PM6/28/19
to jenkinsc...@googlegroups.com
Vivek Pandey reopened an issue
 

Missed comment above that it still doesn't fix reported issue specially with parallel sequential stages.

Change By: Vivek Pandey
Resolution: Fixed
Status: Closed Reopened

dnusbaum@cloudbees.com (JIRA)

unread,
Sep 4, 2019, 11:10:05 AM9/4/19
to jenkinsc...@googlegroups.com
Devin Nusbaum resolved as Fixed
 

Blue Ocean 1.19.0 was just released with a fix for at least some aspects of this issue (see JENKINS-58085). Please try it out, and if you are still seeing the problem, post a minimal Jenkinsfile that reproduces the issue.

Change By: Devin Nusbaum
Status: Reopened Resolved
Resolution: Fixed
Released As: blue-ocean 1.19.0
Reply all
Reply to author
Forward
0 new messages