-
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.
[JENKINS-48576] Blue ocean editor: no error message with truncated sh step
Description |
Original:
I learned Jenkins in class with [~dduportal] I created an empty pipeline with the blueocean editor that looks like it: {code:java} pipeline { agent any stages { stage('build') { steps { h 'bash ./scripts/build.sh' } } } } {code} 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. |
New:
I learned Jenkins in class with [~dduportal] I created an empty pipeline with the blueocean editor that looks like it: {code:java} pipeline { agent any stages { stage('build') { steps { h 'bash ./scripts/build.sh' } } } } {code} 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. |
Attachment | New: screenshot-1.png [ 41710 ] |