jenkinsci / junit-plugin

Allows JUnit-format test results to be published
https://plugins.jenkins.io/junit
MIT License
76 stars 337 forks source link

Restore compatiblity with junit-sql-storage #630

Closed timja closed 4 months ago

timja commented 4 months ago

and some minor cleanup at the same time, bunch of unused variables mostly.

Also fixed clicking on builds in the charts, variable wasn't defined properly before

cc @mdealer

noticed in https://github.com/jenkinsci/junit-sql-storage-plugin/pull/430 caused by https://github.com/jenkinsci/junit-plugin/pull/625

Testing done

manually tested both junit and junit-sql-storage

Submitter checklist