From the course: Cisco DevNet Associate (200-901) Cert Prep 4: Application Deployment and Security

Unlock the full course today

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

Learn about Jenkins in CI/CD pipeline

Learn about Jenkins in CI/CD pipeline

From the course: Cisco DevNet Associate (200-901) Cert Prep 4: Application Deployment and Security

Start my 1-month free trial

Learn about Jenkins in CI/CD pipeline

- [Instructor] Let us take a look at how we can construct a continuous integration build process. In our example, we will use a popular and free open source automation tool called Jenkins. As with last example, our focus here is really not an in-depth discussion of Jenkins, but rather to see an example of a continuous integration tool to enforce the concepts we have learned before it. As we can see, I have a Jenkins server running on one nine, two one six eight.two.one, two four on port 80.80, and I can access it via the web portal. This is the same server that had the script running from our last example of unit tests. Let's start by building a new item. So if we click on new item, name is LinkedIn learning and we'll choose the freestyle project for our type. If we click on, OK, we'll say this is an example. For now, we will leave the source code management as none, but if we have a corresponding GitHub, we could choose…

Contents