Microservice architecture practice: using Jenkins to realize automatic construction
Automated build with Jenkins
The microservice architecture design of a large platform usually produces many projects, so many services and applications need to be deployed, and need to be iterated and updated constantly. This is a huge project, so we need to use automation tools to realize the CICD workflow of each microservice project.
CICD ...
Posted by bravo81 on Mon, 03 Jan 2022 03:59:08 +0100