-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
What feature do you want to see added?
-
- In my project, we run Unit test and Integration test in parallel, and we would like to trace them separately.
It works doing this:
realtimeJUnit(
testResults: '**/target/failsafe-reports/*.xml') {
realtimeJUnit(
testResults: '**/target/surefire-reports/*.xml') {
// checkstyle is skipped because executed dedicated stage
sh """
bash .jenkins/mvn_build.sh
"""
}
}
But:
Our usage can be seen on this open source repo: https://github.com/Talend/connectors-se/blob/73d84f8422fe942a76206235982473777281eefd/Jenkinsfile#L405C2-L408C1
Upstream changes
No response
Are you interested in contributing this feature?
As a QA I can contribution on the feature testing, I may find a developer for it, but I am not sure.
Reactions are currently unavailable


