-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Cloud Native Automation with Google Cloud Build
By :

The source repository is a critical component of a trigger because it’s dependent on the resources in the repository and a snapshot of the files so that builds can reference a particular set of source files. Cloud Build supports a growing list of SCM platforms. Following is a list of currently supported SCM platforms and how they are integrated with Cloud Build (that is, trigger types and how repositories can be accessed).
Table 5.1 – SCM platform trigger type and access configurations
Each of these platforms, as noted, may have a native trigger or webhook trigger configuration. The authentication and authorization of repositories may also depend on the platform. When there are secret resources to be managed, native Google Secret Manager integration is available to help manage secrets. For GitHub, via the GitHub app, it is also possible to update the build status on the commit in the repository...