Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
-
Jenkins 2.7.3. Blue Ocean Built at 7th September 2016 10:13 AM
· (no branch)
· ecb790d
-
-
1.0-beta-1, pacific, 1.0-b05/b-06
Description
I have noticed this weird anomaly with a Pipeline, when following along at home (karaoke mode I think you call it). When I hit a stage with a sh step, the step is rendered as if it is "open" (arrow pointing down), but there is no console output being emitted. The UI seems to be stuck there, and won't continue to the next stage's steps.
Interestingly enough, clicking the step "closed" and then "re-opening" it, seems to unfreeze the interface
I should note, that my Pipeline is this one and I think the fact that the first stage does not have a sh in it is part of the reproduction case.
With another Pipeline, that starts with a sh right in the first stage, that seems to start (shows a little bit of console output), but doesn't "follow" the console output as the sh step continues to emit output (it puts out a lot)