Updated on 2024-11-18 GMT+08:00

Process

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

Figure 1 HE2E DevOps practice process
Table 1 HE2E DevOps practice process description

Step

Description

Preparation

Complete preparations before the practice, including creating a project and adding project members.

Manage project plans

Complete the overall planning of the project, including project and sprint requirements.

Manage project configurations

Customize the work item change notification and status transition modes based on project requirements.

Write code

Use branches to compile code, including creating branches, committing code, and merging branches.

Check code

Perform static scanning on the code and optimize the code based on fix suggestions to improve the code quality.

Build application

Build environment images and compile and package code into software packages.

Deploy application

Install and run the built environment image and software package in the environment. This document describes deployment in two environments: CCE and ECS.

Manage project tests

Create test plans for sprints, design test cases, and execute test cases as planned.

Configure pipeline

Orchestrate 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 the practice, release the resources on CodeArts, CCE, and other services.