-
Improvement
-
Resolution: Unresolved
-
Minor
The goal is configure manually Jenkins to indicate where to create the result reports according a specific set of profile(s). For example one for jdbc and other for jpa, thus I am able to see the time taken for each technology to execute the set of @Tests.
Consider the case for multiple profiles, if I use jdbc,mysql and jdbc,h2, I need the result reports in two directories, if for jdbc-mysql and jdbc-h2 respectively.
For more details please see:
* Jenkins: define custom “Publish JUnit test result report” according a specific Spring Profile(s)
Thank you.