-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins 2.89 with blue ocean 1.3.5
I learned Jenkins in class with dduportal
I created an empty pipeline with the blueocean editor that looks like it:
pipeline { agent any stages { stage('build') { steps { h 'bash ./scripts/build.sh' } } } }
I waited an error information because of the truncated sh command.
No message appeared and the chromium debug console displayed an error message that is link to this message.