Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
None
-
-
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.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Assignee | Vivek Pandey [ vivek ] |
Sprint | indian [ 126 ] |
Rank | Ranked lower |
Rank | Ranked higher |
Rank | Ranked higher |
Description |
I saw something strange while testing blue ocean on b10 Here's the pipeline: {code} node { checkout scm stage ('Build1') { sh 'sleep 1' sh 'sleep 1' } stage ('Build2') { sh 'sleep 1' sh 'sleep 1' } stage ('Build3') { sh 'sleep 1' sh 'sleep 1' } stage ('Build4') { sh 'sleep 1' sh 'sleep 1' } stage ('Build5') { sh 'sleep 1' sh 'sleep 1' } } {code} This is what the initial build looks like: !Oct.-25-2016 15-16-51.gif! |
I saw something strange while testing blue ocean on b10 Here's the pipeline: {code} node { checkout scm stage ('Build1') { sh 'sleep 1' sh 'sleep 1' } stage ('Build2') { sh 'sleep 1' sh 'sleep 1' } stage ('Build3') { sh 'sleep 1' sh 'sleep 1' } stage ('Build4') { sh 'sleep 1' sh 'sleep 1' } stage ('Build5') { sh 'sleep 1' sh 'sleep 1' } } {code} This is what the initial build looks like: !Oct.-25-2016 15-16-51.gif! Ideally we should have a regression test for this problem. |
Epic Link | JENKINS-35759 [ 171771 ] |
Description |
I saw something strange while testing blue ocean on b10 Here's the pipeline: {code} node { checkout scm stage ('Build1') { sh 'sleep 1' sh 'sleep 1' } stage ('Build2') { sh 'sleep 1' sh 'sleep 1' } stage ('Build3') { sh 'sleep 1' sh 'sleep 1' } stage ('Build4') { sh 'sleep 1' sh 'sleep 1' } stage ('Build5') { sh 'sleep 1' sh 'sleep 1' } } {code} This is what the initial build looks like: !Oct.-25-2016 15-16-51.gif! Ideally we should have a regression test for this problem. |
I saw something strange while testing blue ocean on b10 Here's the pipeline: {code} node { checkout scm stage ('Build1') { ping -c 10 www.apple.com } stage ('Build2') { ping -c 10 www.apple.com } stage ('Build3') { ping -c 10 www.apple.com } stage ('Build4') { ping -c 10 www.apple.com } stage ('Build5') { ping -c 10 www.apple.com } } {code} This is what the initial build looks like: !Oct.-25-2016 15-16-51.gif! Ideally we should have a regression test for this problem. |
Description |
I saw something strange while testing blue ocean on b10 Here's the pipeline: {code} node { checkout scm stage ('Build1') { ping -c 10 www.apple.com } stage ('Build2') { ping -c 10 www.apple.com } stage ('Build3') { ping -c 10 www.apple.com } stage ('Build4') { ping -c 10 www.apple.com } stage ('Build5') { ping -c 10 www.apple.com } } {code} This is what the initial build looks like: !Oct.-25-2016 15-16-51.gif! Ideally we should have a regression test for this problem. |
I saw something strange while testing blue ocean on b10 Here's the pipeline: {code} 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' } } {code} This is what the initial build looks like: !Oct.-25-2016 15-16-51.gif! Ideally we should have a regression test for this problem. |
Assignee | Vivek Pandey [ vivek ] | Thorsten Scherler [ tscherler ] |
Sprint | indian [ 126 ] | indian, arctic [ 126, 131 ] |
Rank | Ranked higher |
Priority | Critical [ 2 ] | Blocker [ 1 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Epic Link | JENKINS-35759 [ 171771 ] | JENKINS-35750 [ 171713 ] |
Sprint | indian, arctic [ 126, 131 ] | indian, arctic, tasman [ 126, 131, 136 ] |
Attachment | Screenshot from 2016-11-22 17-08-17.png [ 34940 ] |
Assignee | Thorsten Scherler [ tscherler ] |
Status | In Progress [ 3 ] | Open [ 1 ] |
Assignee | tom kessler [ tom ] |
Assignee | tom kessler [ tom ] | Tom FENNELLY [ tfennelly ] |
Assignee | Tom FENNELLY [ tfennelly ] | Thorsten Scherler [ tscherler ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10005 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
vivek please take a look when you get the chance. Not sure if this is a frontend or backend issue.