Skip to content

0.1

Choose a tag to compare

@timja timja released this 21 Sep 07:25
· 385 commits to master since this release
junit-sql-storage-0.1
cdecc00

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.