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
junit-sql-storage
Ensure the plugin is compatible with https://github.com/jenkinsci/junit-sql-storage-plugin when SQL storage is used.
I think the way action are created from the plugin doesn't consider storage.
Looking at the junit plugin plugin https://github.com/jenkinsci/junit-plugin/blob/65ffcef24a88aa1b16f1ed8610f718d0073d6aa5/src/main/java/hudson/tasks/junit/TestResultAction.java#L89 look if we using some method of TestResultAction only FileJunitTestResultStorage is considered
junit
TestResultAction
FileJunitTestResultStorage
We need to dig how https://github.com/jenkinsci/junit-plugin/blob/65ffcef24a88aa1b16f1ed8610f718d0073d6aa5/src/main/java/hudson/tasks/junit/pipeline/JUnitResultsStep.java#L216 is implemented to ensure MSTestresult converted to JUnit are also using SQL storage when configured
None. Only on MSTest
No response
The text was updated successfully, but these errors were encountered:
Similar to Nunit jenkinsci/nunit-plugin#95
Sorry, something went wrong.
No branches or pull requests
What feature do you want to see added?
What feature do you want to see added?
Ensure the plugin is compatible with https://github.com/jenkinsci/junit-sql-storage-plugin when SQL storage is used.
I think the way action are created from the plugin doesn't consider storage.
Looking at the
junit
plugin plugin https://github.com/jenkinsci/junit-plugin/blob/65ffcef24a88aa1b16f1ed8610f718d0073d6aa5/src/main/java/hudson/tasks/junit/TestResultAction.java#L89 look if we using some method ofTestResultAction
onlyFileJunitTestResultStorage
is consideredWe need to dig how https://github.com/jenkinsci/junit-plugin/blob/65ffcef24a88aa1b16f1ed8610f718d0073d6aa5/src/main/java/hudson/tasks/junit/pipeline/JUnitResultsStep.java#L216 is implemented to ensure MSTestresult converted to JUnit are also using SQL storage when configured
Upstream changes
None. Only on MSTest
Are you interested in contributing this feature?
No response
Upstream changes
No response
Are you interested in contributing this feature?
No response
The text was updated successfully, but these errors were encountered: