Blueocean doesn't show TestNG Results

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      I have a pipeline Jenkinsfile like this:

      pipeline {
        agent any
      
        stages {
          stage('Build') {
            steps {
              sh 'mvn clean install'
            }
          }
        }
      
        post {
          always {
            echo 'Publish TestNG result'
            step([$class: 'Publisher'])
          }
        }
      }
      

      In Jenkins view I can see TestNG Results but in Blueocean view no test results be showed.

            Assignee:
            Unassigned
            Reporter:
            Daniel Qian
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: