Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-48576

Blue ocean editor: no error message with truncated sh step

      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

          Victor Lambert created issue -
          Victor Lambert made changes -
          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.
          Karl Shultz made changes -
          Attachment New: screenshot-1.png [ 41710 ]

            Unassigned Unassigned
            vlambert Victor Lambert
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: