Jenkinsfile: pickup results from ITs#951
Conversation
Jenkinsfile
Outdated
| } | ||
| } finally { | ||
| //junit testResults: '**/core-it-suite/**/target/surefire-reports/*.xml', allowEmptyResults: true | ||
| junit testResults: '**/core-it-suite/**/target/surefire-reports/*.xml', allowEmptyResults: true |
There was a problem hiding this comment.
What with standard path, like **target/surefire-reports/*.xml and for failsafe?
There was a problem hiding this comment.
I am not sure. I assumed these patterns were tested before and the junit step was accidentally left commented out.
I think we could go with **target/surefire-reports/*.xml. It will pick-up some test results from core-it-support, but that may be desirable.
There are no failsafe-reports directories right now, but to be safe we could include those as well.
|
I updated the PR to also pickup |
|
I noticed there is also Jenkinsfile.its which seems unused? Should it be just removed, or am I missing the usage somewhere? |
|
@psiroky Thanks for PR, I will try it on branch in maven repo ... PR from fork are not build by jenkins |
|
Suppressed by #953 |
Following this checklist to help us incorporate your
contribution quickly and easily:
for the change (usually before you start working on it). Trivial changes like typos do not
require a JIRA issue. Your pull request should address just this issue, without
pulling in other changes.
[MNG-XXX] SUMMARY,where you replace
MNG-XXXandSUMMARYwith the appropriate JIRA issue.[MNG-XXX] SUMMARY.Best practice is to use the JIRA issue title in both the pull request title and in the first line of the commit message.
mvn clean verifyto make sure basic checks pass. A more thorough check willbe performed on your pull request automatically.
If your pull request is about ~20 lines of code you don't need to sign an
Individual Contributor License Agreement if you are unsure
please ask on the developers list.
To make clear that you license your contribution under
the Apache License Version 2.0, January 2004
you have to acknowledge this by using the following check-box.
I hereby declare this contribution to be licenced under the Apache License Version 2.0, January 2004
In any other case, please file an Apache Individual Contributor License Agreement.