0.1
·
385 commits
to master
since this release
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.