-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
jenkinsci/blueocean with: 1.4.0 · Core 2.89.3 · 260c271
Firefox ESR 52.6.0 (64-bit)
-
-
Blue Ocean - Candidates
In Blue Ocean, create a pipeline from a GitHub repo that contains this Jenkinsfile:
pipeline { script { node { checkout scm sh 'ls -l' sh 'env' } } }
It will fails to build, because it's invalid declarative structure.
Try to edit it in Blue Ocean.
Expected:
Editor shows, or error message shows
Actual:
White window shows
Browser console has Javascript error.