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

junit step failures hidden in console output

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • junit-plugin
    • None
    • Jenkins ver. 2.73.3, Blue Ocean 1.3.2
    • Blue Ocean 1.4 - beta 3

      See the attached screenshots, for the Jenkinsfile below.

      I could have sworn this was fixed but I guess I was wrong

      pipeline {
          agent { docker 'maven:3-alpine' }
          stages {
              stage('Build') {
                  steps {
                      sh 'mvn -B -U -e clean install'
                  }
              }
          }
          post {
              always {
                  junit '**/surefire-reports/**/*.xml'
              }
          }
      }
      
      

            abayer Andrew Bayer
            rtyler R. Tyler Croy
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: