v2.1.0
·
1674 commits
to master
since this release
2.1.0 (2020-09-20)
Now CIAanalyzer can export any data related to build with CustomReport
. CIAanalyzer can collect JSON file that has any structure from CI build artifacts. If you want to collect some data and export it to BigQuery(or others), just create JSON that includes your preferred data and store it to CI build artifacts.
If you want to collect CustomReport, please see sample config YAML
Bug Fixes
- Bugfix error when test or customReports are undefined in config yaml (1edb2c4)
- Fetch artifacts in parallel (0214b48)
- Fetch custom report artifacts in parallel (95311bc)
- Show more detail in error log (5eb638e)