From the course: Docker: Continuous Delivery

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Jenkins multibranch pipeline

Jenkins multibranch pipeline - Docker Tutorial

From the course: Docker: Continuous Delivery

Start my 1-month free trial

Jenkins multibranch pipeline

- [Instructor] Now that we have Jenkins connecting to our project on GitHub, pulling down the source code and running through all the stages of getting it to a production image, let's take some time to explore what this is doing, the concepts behind the multi-branch pipeline, and Jenkins files in general. So here we see that there are one, two, three, four, five stages in our pipeline right now. There's basically five steps to building our product. So, where did these come from? Over here in my editor, I have the example project we uncompressed earlier and have been working on, the one we pushed to get. In this folder, we see this folder here called Jenkins File. Before Jenkins Files, the way to make a project in Jenkins was to go over to Jenkins, open up the web interface and click a lot, and that was all well and good until you have two different branches of your project that need to be built differently. Well then you…

Contents