houshengbo edited a comment on issue #4386: Enable test reports for Jenkins build URL: https://github.com/apache/incubator-openwhisk/pull/4386#issuecomment-476350061 @chetanmeh This change does not work as expected. Still no test report was generated. We are using scripted pipeline instead of declarative pipeline in jenkinsfile, so we need to add "step([$class: 'JUnitResultArchiver', testResults: '**/test-results/**/TEST-*.xml'])" in the end of the script to enable test report.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
