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

Blueocean doesn't show TestNG Results

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Minor Minor
    • blueocean-plugin
    • None

      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.

            Unassigned Unassigned
            chanjarster Daniel Qian
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: