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

tool step does not report failures in its log

      If you attempt to install a tool that doesn't exist, the step will fail, but there is nothing in the steps log.

      You would see something like the attached in the stage view. The log should explain what is missing in the tool:

      (problem isn't with stage view, but is with the steps output)

      To reproduce:

      node {
        stage 'Checkout'
        checkout scm
        
        stage 'Build'
        def mvnHome = tool 'NONSENSE'
      }
      

      and look at the stage graph to see that it has no output

          [JENKINS-38776] tool step does not report failures in its log

            Unassigned Unassigned
            michaelneale Michael Neale
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: