-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Blocker
-
Component/s: blueocean-plugin
-
None
-
indian, arctic, tasman
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.