Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Component/s: blueocean-plugin
-
Labels:None
-
Similar Issues:
-
Epic Link:
-
Sprint:indian, arctic, tasman
Description
I saw something strange while testing blue ocean on b10
Here's the pipeline:
node { checkout scm stage ('Build1') { sh 'ping -c 10 www.apple.com' } stage ('Build2') { sh 'ping -c 10 www.apple.com' } stage ('Build3') { sh 'ping -c 10 www.apple.com' } stage ('Build4') { sh 'ping -c 10 www.apple.com' } stage ('Build5') { sh 'ping -c 10 www.apple.com' } }
This is what the initial build looks like:
Ideally we should have a regression test for this problem.
Michael Neale yeah you are right I was able to reproduce it only once before. I will try your scripts now.