• 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'
              }
          }
      }
      
      

          [JENKINS-48250] junit step failures hidden in console output

          R. Tyler Croy created issue -
          James Dumay made changes -
          Epic Link New: JENKINS-35759 [ 171771 ]
          James Dumay made changes -
          Sprint New: Blue Ocean 1.4 - beta 4 [ 441 ]
          James Dumay made changes -
          Assignee New: Andrew Bayer [ abayer ]
          James Dumay made changes -
          Sprint Original: Blue Ocean 1.4 - beta 4 [ 441 ] New: Blue Ocean 1.4 - beta 3 [ 416 ]
          James Dumay made changes -
          Rank New: Ranked lower
          Andrew Bayer made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]
          Andrew Bayer made changes -
          Component/s New: junit-plugin [ 15499 ]
          Component/s Original: blueocean-plugin [ 21481 ]
          Andrew Bayer made changes -
          Status Original: In Progress [ 3 ] New: In Review [ 10005 ]
          Andrew Bayer made changes -
          Remote Link New: This issue links to "PR #93 (Web Link)" [ 18161 ]
          Andrew Bayer made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: In Review [ 10005 ] New: Resolved [ 5 ]

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

              Created:
              Updated:
              Resolved: