Skip to content

Releases: jenkinsci/junit-sql-storage-plugin

99.v79279ea1504d

05 Aug 19:12
79279ea

Choose a tag to compare

👻 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

  • Cleanup test results when run/job is deleted (#111) @timja

📦 Dependency updates

👻 Maintenance

  • Extract anonymous class to inner (#110) @timja
  • Update baseline to 2.289 (required for tests to pass on Mac M1) (#109) @timja

0.5

18 Dec 08:07
junit-sql-storage-0.5
5306864

Choose a tag to compare

0.5

🚀 New features and improvements

0.4

15 Dec 08:17
junit-sql-storage-0.4
4c302e0

Choose a tag to compare

0.4

🚀 New features and improvements

  • Inclusion of timestamp column in the caseresults table schema (#47) @2012ucp1544

0.3

15 Dec 07:53
junit-sql-storage-0.3
7476e1d

Choose a tag to compare

0.3

🚀 New features and improvements

  • Add stacktrace, stdout, stderr, fix scoping issue (#9) @timja

🐛 Bug Fixes

🚦 Tests

📦 Dependency updates

👻 Maintenance

  • [Fix] spotbugs finding via mvn verify (#13) @eitsch

0.2

22 Sep 08:49
junit-sql-storage-0.2
27f0005

Choose a tag to compare

0.2

🚀 New features and improvements

0.1

21 Sep 07:25
junit-sql-storage-0.1
cdecc00

Choose a tag to compare

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.