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

Continuous Deployment - use atlas sdk to start a confluence instance out of the CI server

Joachim Seibert November 22, 2012

For our Continuous Deployment Pipeline we need to start a confluence instance in a specific version with the developers database (test-resources) from the version control system.

So we thought to use the Atlassian SDK ("atlas-run") for this as follows:

If first test stage is successfull (unit tests), CI-Server starts the confluence instance (atlas-run) and deploys the actual version of the plugin to it. Than selenium tests are applied to this instance. Afterwards the confluence instance has to be stopped.

But for this to work properly, atlas-run needs to be used in a kind of daemon mode (run in background).

How can we do this? Are we on the right way or re there better ways to achieve this?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

3 votes
Answer accepted
TimP
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 25, 2012

Hi J,

From what you're describing it sounds like the Atlassian SDK's built-in support for integration testing will provide the functionality you need. It's flexible enough that you should be able to do most of the configuration in your pom.xml, and have your CI server run the whole integration test run (including setup & tear down of Confluence) with a single call to atlas-integration-test.

cheers,

Tim

TAGS
AUG Leaders

Atlassian Community Events