We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
Both real time page view have the same name;
At the end, only one test result page stay (merge of both)
Our usage can be seen on this open source repo: https://github.com/Talend/connectors-se/blob/73d84f8422fe942a76206235982473777281eefd/Jenkinsfile#L405C2-L408C1
No response
As a QA I can contribution on the feature testing, I may find a developer for it, but I am not sure.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What feature do you want to see added?
It works doing this:
But:
Both real time page view have the same name;
At the end, only one test result page stay (merge of both)
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.
The text was updated successfully, but these errors were encountered: