You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Using Moves - Procedures

This document outlines recommended procedures for using the Moves build and release management tool.

The Moves Home page has five main functions:

  1. Build a Release - Starts a new workflow that builds a new version from either the Trunk of Branch
  2. Branch a Release - Starts a new workflow that branches an exiting version 
  3. Deploy to Test - Starts a new workflow that deploys an exiting version to the TEST tier (used to redeploy only)
  4. Deploy to QA - Starts a new workflow that deploys an existing version to the QA tier. (used to redeploy only)
  5. Deploy to Production - Starts a new workflow that deploys an existing version to the PROD tier. (used to redeploy only)

 

NOTES: Normally, deployments to Test and Production are steps that continue an existing workflow that was initiated by a "Build a Release". So the "Deploy to Test" and "Deploy to Production" links on the Workflows page should not usually be used, as they start their own new workflows. The situations where these top-level links should be used are limited to re-running failed deployments.

Workflows that have reached the "deployed to test" stage and are not going to be taken any further should be TERMINATED so that the list of active workflows remains manageable. The time at which it becomes known that such a workflow should be terminated is typically when a new release is to be built. So part of the process for building a new release should be to terminate any previous active workflows for the app.

Typical Process (on the trunk):

  1. On the Home page select "Build a Release"
    1. Select the "Trunk Build" radio button
    2. Click on the "Artifact Id" or "Group Id" of the desired application
  2. Deploy to Test
  3. SIT/UAT takes place - issues raised, fixes made.
  4. Terminate previous workflow
  5. Repeat 1-3 until SIT/UAT passes
  6. Deploy to Prod

Typical Process (on branch)

1. Branch a release

2. Build a Release (select branch)

3. Deploy to Test

4. SIT/UAT takes place - issues raised, fixes made.

5. Terminate previous workflow

6. Repeat 2-4 until SIT/UAT passes

7. Deploy to Prod

Typical Process for QA deployment

This requires a release to have been built

1. Deploy to QA

Typical Process for re-deploying to Test

This should only be necessary if a deployment to test failed.

1. Terminate failed test deployment

2. Deploy to Test from top-level Workflows link

Typical Process for re-deploying to Production

This should only be necessary if a deployment to prod failed.

1. Terminate failed prod deployment

2. Deploy to Prod from top-level Workflows link

  • No labels