Updated on 2025-07-30 GMT+08:00

Process

This document describes the operation process of the HE2E DevOps practice.

Figure 1 Process
Table 1 Process description

Step

Description

Preparations

Project administrator Sarah completes preparations before the practice, including creating a project and adding members.

Manage project plans

Project administrator Sarah plans project requirements, and project manager Maggie plans sprint requirements.

Write code

Developer Chris writes code using a branch, including creating the branch, writing and committing code, and submitting a branch merge request. Project manager Maggie reviews the merge request and merges the code.

Check code

Developer Chris performs static scanning on the code and optimizes the code based on fix suggestions to improve the code quality.

Build application

Developer Chris builds environment images and compiles and packages code into software packages.

Deploy application

Developer Chris installs the built environment images and software packages and runs them in the environment. This document provides methods for CCE and ECS based deployments.

Manage project tests

Tester Billy creates a sprint test plan, designs test cases, and executes test cases as planned.

Configure pipeline

Developer Chris orchestrates code check, build, and deployment tasks into a pipeline. When code is updated, the pipeline is automatically triggered for continuous delivery.

Release resources

After completing this practice, project administrator Sarah deletes unused pay-per-use resources to prevent extra charges.