-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Blocker
-
Component/s: blueocean-plugin
-
1.0-beta-1
When following along a trivial pipeline, it never transitions to finished. The steps run, but it never completes:
node {
echo "42"
sleep 5
echo "done"
}
I tried putting stages, same thing.
This may be tripping up the ATH too.