Integrating with Your Organization’s Workflows
In this chapter, we’ll show you how to integrate your software development pipeline with external systems that your organization might use to deliver continuous integration/continuous delivery (CI/CD).
For this chapter, we’ll use third-party source code management systems through a Cloud Build trigger. After a successful test execution, we’ll automate Cloud Deploy promotion and integrate Cloud Deploy approval with third-party workflow management tools using Cloud Pub/Sub.
This chapter includes references to third-party tools from non-Google vendors. Examples of third-party tools include source control repositories such as GitHub, GitLab, and BitBucket, and project-management tools such as Jira, ServiceNow, Remedy, and others. You can use these applications along with your CI/CD pipelines to support capabilities such as approval workflows and repository interactions.
Google Cloud’s first-party...