Introduction
Cloud Build helps you automatically build and test your code when you make changes. It solves the problem of manually running tests and deployments by automating these steps in a safe and repeatable way.
When you want to automatically test your code every time you save changes.
When you want to build and deploy your app without doing it by hand.
When you want to make sure your app works the same way every time you update it.
When you want to share your build process with your team so everyone uses the same steps.
When you want to connect your code repository to a cloud service that runs your builds.