Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Storing artifacts from a deployment plan

Martin Walton January 18, 2018

Is it possible to store artifacts after a deployment plan?

 

Our use case is this:

We have built an application using a build project, running unit tests etc and stored the build artifact and unit test results in bamboo.

Now we want to deploy our application to multiple environments. We're using deployment plans to conduct these deployments.

As part of the deployment plan, we want to execute test suites, such as integration/acceptance tests, performance tests and post implementation tests.

Our problem is that we cannot upload the results of these test runs to bamboo and make them visible along side a failed deployment.

What is the best way of achieving this?

1 answer

0 votes
Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 18, 2018

Hello @Martin Walton,

Bamboo deployments were designed to help management of artifacts with different versions. For you scenario it's better to look at After deployment trigger plugin. It allows to trigger some plan when environment deployed.

So in your case scenario is: 

Plan with unit tests -> trigger -> Deployment to test environment -> trigger -> Plan with integration and performance tests. Unfortunately when last plan failed there's no place in deployment release UI to add this information.

In case you don't need deployment releases management maybe it's better to put deployment logic to another plan and use multistaging plan: Unit tests stage -> Upload to QA server stage -> run functional and performance tests stage -> Manual stage which uploads artifacts to production.

Martin Walton January 18, 2018

Hello @Alexey Chystoprudov,

Thanks for your advice, but both of these options are suboptimal. Are there any plans on the Bamboo roadmap to allow artifacts to be gathered at the end of a Deployment plan?

We do intend to run a test suite even after a production deployment to verify a release was successful.

Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 18, 2018

As I know there're no plans in Bamboo team roadmap for next 6 months related to artifacts storing for deployments.

Like Matthias Ansorge likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events