From ef9bc9965b2b7ab44c2561859f71288ed7c01424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=B5nis=20Pool?= Date: Mon, 31 Aug 2015 21:43:51 +0300 Subject: [PATCH] Updated image of post-build action. --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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.