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

Blue ocean editor: no error message with truncated sh step

XMLWordPrintable

      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.

        1. jenkins_error.png
          27 kB
          Victor Lambert
        2. screenshot-1.png
          357 kB
          Karl Shultz

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

              Created:
              Updated: