You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2023/01/11 08:18:37 UTC

[GitHub] [maven] slawekjaranowski commented on a diff in pull request #951: Jenkinsfile: pickup results from ITs

slawekjaranowski commented on code in PR #951:
URL: https://github.com/apache/maven/pull/951#discussion_r1066690933


##########
Jenkinsfile:
##########
@@ -112,7 +112,7 @@ for (String os in runITsOses) {
                                 }
                             }
                         } finally {
-                            //junit testResults: '**/core-it-suite/**/target/surefire-reports/*.xml', allowEmptyResults: true                                            
+                            junit testResults: '**/core-it-suite/**/target/surefire-reports/*.xml', allowEmptyResults: true

Review Comment:
   What with standard path, like `**target/surefire-reports/*.xml` and for failsafe?



-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org