Automate Building
A common mistake is that automated building does not fully cover what is needed for building. We need to do this version of Ci.
Run the test in a copy environment with the production environment
Strong hardware and environment support must be incorporated into continuous integration, which is especially important for commercial software.
Make it easy for anyone to obtain executable files
Currently, it can be executed well.
Everyone can see what is happening
This is difficult to quickly change in a team that implements the traditional software development philosophy. It is the first to increase everyone's awareness. It is an ideological revolution to support it. Some people are indeed immersed in the old development model, but more people are willing to accept it. The old-style persistence only allows them to have fun in practice through command. This is also Martin Fowler's favorite emphasis: practice.
Automated deployment
Automatic deployment is a CI principle. Every day, project executable files are moved between these environments, and these processes need to be automated.