© Moritz Lenz 2019
Moritz LenzPython Continuous Integration and Deliveryhttps://doi.org/10.1007/978-1-4842-4281-0_9

9. Building in the Pipeline with Go Continuous Delivery

Moritz Lenz1 
(1)
Fürth, Bayern, Germany
 

The previous chapters have demonstrated the automation of the essential steps from source code to deployment: build, distribution, and deployment. What’s missing now is the glue that holds them all together: polling the source code repositories, getting packages from the build server to the repository server and generally controlling the flow, aborting the pipeline instance when one step has failed, and so on.

We will use Go Continuous Delivery1 (GoCD or Go) by ThoughtWorks as glue.

9.1 About Go Continuous Delivery

GoCD is an open source project ...

Get Python Continuous Integration and Delivery: A Concise Guide with Examples now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.