During the delivery process, developers can quickly build, test, accept, and release software through the PaaS platform, which realizes the integration of the entire process from development to delivery. The common delivery process includes three parts: build, test, and production, involving the following tasks:
Connect code repositories, dependency repositories, and image repositories to the delivery center.
Run code review tasks.
Build codes and deploy the generated software package to the production environment.
Run automated API tests.
After the integration test, deploy the software package to the test environment for automated tests and system tests.
After the tests, launch a manual approval process. After being approved by administrators of all levels, the software package is automatically deployed to the production environment.
Figure-1 Common delivery process