From 901ca9c86709b83d6dc5fa5f0ad19dc277884d37 Mon Sep 17 00:00:00 2001 From: Alex Shteinikov Date: Thu, 4 Jun 2015 12:03:07 +1000 Subject: [PATCH 1/2] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f509a3a..293f1d7 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,18 @@ As part of the migration of our deployment processes from the set of custom tool we've tried to make our processes easier and faster.Bamboo offers a lot of features and user-friendly API to do deployments but unfortunately it doesn't support "one-click deployments" to multiple environments. +### Screenshots + +[](https://raw.githubusercontent.com/AutoGeneral/bamboo-mass-deployment/master/src/main/resources/images/screenshot1.png) + +[](https://raw.githubusercontent.com/AutoGeneral/bamboo-mass-deployment/master/src/main/resources/images/screenshot2.png) + ### Install Use Bamboo's add-ons manager to upload plugin .war file from the /build folder + + ### Build To build or develop the plugin first you would need to install Atlassian Plugin SDK: https://developer.atlassian.com/docs/getting-started/set-up-the-atlassian-plugin-sdk-and-build-a-project From 409b46160b8fc43fa539f00ba8e0eccca50c3535 Mon Sep 17 00:00:00 2001 From: Alex Shteinikov Date: Thu, 4 Jun 2015 13:18:47 +1000 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 293f1d7..f311729 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # Mass deployment plugin for Atlassian Bamboo -As part of the migration of our deployment processes from the set of custom tools to CI system Atlassian Bamboo -we've tried to make our processes easier and faster.Bamboo offers a lot of features and user-friendly API -to do deployments but unfortunately it doesn't support "one-click deployments" to multiple environments. +Atlassian Bamboo offers many features for automated deployments but unfortunately it doesn't support "one-click deployments" to multiple environments. This plugin provides a user-friendly interface to deploy/promote multiple deployment results from one environment to another. ### Screenshots