O'reilly Programming Podcast - O'reilly Media Podcast

Brent Laster on Jenkins 2 and Git

Informações:

Synopsis

The O’Reilly Programming Podcast: Creating and implementing continuous delivery pipelines.In this episode of the O’Reilly Programming Podcast, I talk about Jenkins 2 and Git with Brent Laster, who presents a number of live online training courses on these topics (including Building a deployment pipeline with Jenkins 2, and Next level Git). Laster will also present the workshop Power Git at the O’Reilly Open Source Convention, July 16-19, 2018, in Portland, Oregon, and he is the author of the forthcoming O’Reilly book Jenkins 2: Up and Running.Discussion points: The benefits of the pipeline-as-code model, introduced in Jenkins 2. Laster calls it “more of a DevOps take on things. It adds a lot more flexibility around creating your pipelines, and allows you to treat them like source code.” The differences between continuous integration, continuous delivery, and continuous deployment, the topic of a 2017 report by Laster The Groovy-based Jenkins DSL, and Bl