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

          There are no comments yet on this issue.

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

              Created:
              Updated: