Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn DevOps: CI/CD with Jenkins using Pipelines and Docker
Rating: 4.4 out of 5(17,606 ratings)
88,419 students
Created byEdward Viaene
Last updated 9/2024
English

What you'll learn

  • Use Jenkins to perform Continuous Integration within your Software Development Lifecycle
  • Install Jenkins using docker
  • Configure Jenkins “The DevOps way”, using Docker, Jobs DSL and Jenkins Pipelines
  • Use plugins to integrate Jenkins with popular development software
  • Configure the authentication and authorization options to tighten security on your Jenkins UI

Course content

9 sections52 lectures4h 40m total length
  • Introduction3:00

    Introduction to the Jenkins Course

  • Practical information1:04

    Practical information for the Jenkins course

  • Procedure Document1:23

    Procedure document with practical information, installation manual, and links to other resources

  • Course Goals1:23

    This course is a bit different than other Jenkins courses around

    • It has all to do with DevOps
      • This course has a big focus on automation, ownership and reusability
      • The developers are given the capability to automate their own jenkins build scripts by using Jenkins Pipelines
      • Using docker, a closer dev-prod parity should allow you to build software the same way locally, as on the build servers

Requirements

  • You should have an understanding about software development in general
  • You'll need to be able to install Jenkins on a PC or Cloud instance.

Description

Jenkins is the most popular tool to do Continuous Integration and Continuous Delivery of your software:

  • It’s free and open source

  • It has a strong community with thousands of plugins you can use

  • Jenkins is used in a lot of companies, from startups to enterprises

This course will teach you how to use Jenkins using the Jenkins DSL and Jenkins Pipelines (Jenkinsfile). It's a new way of using Jenkins, rather than using freestyle projects. I call it using Jenkins, the DevOps way! I'll explain you about infrastructure as code and automation to make sure you understand how Jenkins Pipelines fits within this new way of thinking. 

I'll show you how to integrate Jenkins Pipelines with popular software tools, like:

  • Docker

  • GitHub / Bitbucket

  • JFrog Artifactory

  • SonarQube

  • Onelogin (Using SAML)

If you’re looking for a job in the DevOps space, Jenkins is a must have skill.

I explain in the course how to install Jenkins if you don't have an installed version yet. You'll need a Ubuntu 20.04.x VM or cloud instance to follow the installation procedure. In the demos I will be using DigitalOcean as a cloud provider, but you are free to use any provider or VM (VMWare/Virtualbox, AWS, Azure, Google Cloud, etc). I'll be assisting you in the Q&A if you have any problems setting up Jenkins.

Who this course is for:

  • Anyone who is exposed to software delivery: Developers, System Administrators, DBAs, Managers