Releases: jenkinsci/junit-sql-storage-plugin
Releases · jenkinsci/junit-sql-storage-plugin
99.v79279ea1504d
👻 Automatic releases are now enabled on merge to master
This comes with a new version number format, see jenkins.io/jep/229
🚀 New features and improvements
📦 Dependency updates
- Bump flyway-core from 7.12.0 to 7.12.1 (#114) @dependabot
- Bump error_prone_annotations from 2.8.0 to 2.8.1 (#113) @dependabot
- Update baseline to 2.289 (required for tests to pass on Mac M1) (#109) @timja
- Bump git-changelist-maven-extension from 1.1 to 1.2 (#98) @dependabot
- Bump plugin from 4.19 to 4.24 (#107) @dependabot
- Bump flyway-core to 7.12.0 (#108) @dependabot
- Bump postgresql from 1.15.3 to 1.16.0 (#104) @dependabot
- Bump database from 1.7 to 1.9 (#89) @dependabot
- Bump commons-lang3 from 3.11 to 3.12.0 (#66) @dependabot
👻 Maintenance
0.5
0.4
🚀 New features and improvements
- Inclusion of timestamp column in the caseresults table schema (#47) @2012ucp1544
0.3
🚀 New features and improvements
🐛 Bug Fixes
🚦 Tests
📦 Dependency updates
- Bump plugin from 4.13 to 4.14 (#43) @dependabot
- Bump postgresql from 1.15.0 to 1.15.1 (#44) @dependabot
- Bump junit from 1.43 to 1.47 (#38) @dependabot
- Bump flyway-core from 7.3.0 to 7.3.1 (#39) @dependabot
- Bump flyway-core from 7.2.1 to 7.3.0 (#37) @dependabot
- Bump postgresql from 1.14.3 to 1.15.0 (#31) @dependabot
- Bump bom-2.235.x from 13 to 18 (#35) @dependabot
- Bump junit from 1.38 to 1.43 (#27) @dependabot
- Bump flyway-core from 7.2.0 to 7.2.1 (#34) @dependabot
- Bump flyway-core from 7.1.1 to 7.2.0 (#33) @dependabot
- Bump plugin from 4.12 to 4.13 (#32) @dependabot
- Bump flyway-core from 7.0.4 to 7.1.1 (#30) @dependabot
- Bump flyway-core from 7.0.2 to 7.0.4 (#22) @dependabot
- Bump spotbugs-annotations from 4.1.3 to 4.1.4 (#23) @dependabot
- Bump plugin from 4.10 to 4.12 (#24) @dependabot
- Bump junit from 1.37 to 1.38 (#17) @dependabot
- Bump plugin from 4.9 to 4.10 (#16) @dependabot
- Bump flyway-core from 6.5.7 to 7.0.2 (#18) @dependabot
- Bump bom-2.235.x from 12 to 13 (#19) @dependabot
- Bump jackson2-api from 2.11.2 to 2.11.3 (#20) @dependabot
- Bump plugin from 4.7 to 4.9 (#14) @dependabot
- Bump flyway-core from 6.5.6 to 6.5.7 (#10) @dependabot
- Bump spotbugs-annotations from 4.1.2 to 4.1.3 (#11) @dependabot
👻 Maintenance
0.2
0.1
Initial release
This plugin implements the pluggable storage API for the Junit plugin.
In common CI/CD use-cases a lot of the space is consumed by test reports. This data is stored within JENKINS_HOME, and the current storage format requires huge overheads when retrieving statistics and, especially trends. In order to display trends, each report has to be loaded and then processed in-memory.
The main purpose of externalising Test Results is to optimize Jenkins logic by querying the desired data from specialized external storage.
This plugin adds a SQL extension, any database should work although we're only currently testing against PostgreSQL.
Tables will be automatically created.