jenkinsci / jenkinsci/junit-plugin
[JENKINS-55841] Define custom “Publish JUnit test result report” according a specific Spring Profile(s)
- Dominant language
- Java
- Stars
- 87
- Forks
- 351
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 2
Description
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.
---
Originally reported by manueljordan, imported from: Define custom “Publish JUnit test result report” according a specific Spring Profile(s)
Raw content of original issue
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.
Contributor guide
Research direction
No files, tests, or entry points are named in the issue; start by reviewing the junit-plugin configuration and the linked Stack Overflow discussion. Done would mean a documented or implemented way to publish JUnit reports into separate directories for selected Spring profile combinations such as jdbc-mysql and jdbc-h2.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- ci-cd, testing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100