diff --git a/README.md b/README.md index 0d0e216..c731eaf 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ To configure test aggregation you need to set the *"Flow run needs a workspace"* Then just enable the *"Aggregate build flow test results"* post-build action: - + ---- @@ -24,18 +24,18 @@ Then just enable the *"Aggregate build flow test results"* post-build action: ## Version 1.2 (Aug 31, 2015) -* Added configurable test results trend chart -* Added support for aggregating test results from Maven module builds -* Fixed handling project renaming and deleting -* Fixed direct links to failed tests on test results summary page +* Added configurable test results trend chart. +* Added support for aggregating test results from Maven module builds. +* Fixed handling project renaming and deleting. +* Fixed direct links to failed tests on test results summary page. ## Version 1.1 (Apr 18, 2015) -* Fixed a NPE caused by not retrieving project by its full name -* Test results are now shown by the builds' full name, enables seeing build parameters etc right from the results page -* Added support for aggregating test results from MultiJob and matrix builds as well -* Added support for recursively aggregating test results from started flow jobs and MultiJob-s +* Fixed a NPE caused by not retrieving project by its full name. +* Test results are now shown by the builds' full name, enables seeing build parameters etc right from the results page. +* Added support for aggregating test results from MultiJob and matrix builds as well. +* Added support for recursively aggregating test results from started flow jobs and MultiJob-s. ## Version 1.0 (Nov 07, 2014) -* Initial release of the plugin \ No newline at end of file +* Initial release of the plugin.