HOME > Development > REAL-WORLD JENKINS CICD PIPELINES DEVOPS For PYTHON

REAL-WORLD JENKINS CICD PIPELINES DEVOPS For PYTHON

  • Development
  • May 06, 2025
SynopsisREAL-WORLD JENKINS CI/CD PIPELINES & DEVOPS For PYTHON, a...
REAL-WORLD JENKINS CICD PIPELINES DEVOPS For PYTHON  No.1

REAL-WORLD JENKINS CI/CD PIPELINES & DEVOPS For PYTHON, available at $79.99, has an average rating of 4.3, with 120 lectures, 12 quizzes, based on 74 reviews, and has 982 subscribers.

You will learn about Build awesome CI/CD pipelines with Jenkins Understand Continous Integration & Delivery/Deployment Understand and practice Continuous Testing With CI/CD Get a good understanding of Jenkins CI/CD process and flows Jenkins integration with github, docker, dockerhub Install and Run/ Manage Jenkins server & Jenkins Agent/Slaves DevOps with Python, Java, Maven, Docker Agents Jenkins remote server deploy with SSH Agent and SSH Steps plugins Jenkins Mail Integration, & Mail templates This course is ideal for individuals who are Anyone who wants to learn Jenkins or Anyone who is eager to learn CI/CD pipelines or Anyone who wants to start a career in DevOps or Learn Jenkins and CI/CD Pipelineby doing It is particularly useful for Anyone who wants to learn Jenkins or Anyone who is eager to learn CI/CD pipelines or Anyone who wants to start a career in DevOps or Learn Jenkins and CI/CD Pipelineby doing.

Enroll now: REAL-WORLD JENKINS CI/CD PIPELINES & DEVOPS For PYTHON

Summary

Title: REAL-WORLD JENKINS CI/CD PIPELINES & DEVOPS For PYTHON

Price: $79.99

Average Rating: 4.3

Number of Lectures: 120

Number of Quizzes: 12

Number of Published Lectures: 120

Number of Published Quizzes: 12

Number of Curriculum Items: 140

Number of Published Curriculum Objects: 140

Original Price: $22.99

Quality Status: approved

Status: Live

What You Will Learn

  • Build awesome CI/CD pipelines with Jenkins
  • Understand Continous Integration & Delivery/Deployment
  • Understand and practice Continuous Testing With CI/CD
  • Get a good understanding of Jenkins CI/CD process and flows
  • Jenkins integration with github, docker, dockerhub
  • Install and Run/ Manage Jenkins server & Jenkins Agent/Slaves
  • DevOps with Python, Java, Maven, Docker Agents
  • Jenkins remote server deploy with SSH Agent and SSH Steps plugins
  • Jenkins Mail Integration, & Mail templates
  • Who Should Attend

  • Anyone who wants to learn Jenkins
  • Anyone who is eager to learn CI/CD pipelines
  • Anyone who wants to start a career in DevOps
  • Learn Jenkins and CI/CD Pipelineby doing
  • Target Audiences

  • Anyone who wants to learn Jenkins
  • Anyone who is eager to learn CI/CD pipelines
  • Anyone who wants to start a career in DevOps
  • Learn Jenkins and CI/CD Pipelineby doing
  • Jenkinsis the most popular tool now a days to do Continuous Integration, Continuous Delivery & Continuous Testingof software:

  • It鈥檚 free and open source

  • It has thousands of plugins you can use

  • Jenkins is easy to start with CI/CD

  • It is used to automate almost anything now a days

  • In this course you will learn about – Jenkins jobs, pipelines and host of other configurations & integrations that will help build practical real world CI/CD pipelines. Each chapter or session will work out on the configurations to help us build a working Continuous Integration and Continuous Delivery pipeline with Jenkins. Learn with multiple examples and different types of projects related to Java, Python, Testing, etc). And they are more than examples i.e. you can use it in real projects.

    Not only CI/CD but also learn by doing Continuous Testingwith Jenkins. How you can use Jenkins for QA/Test Automation.

    We will see about integrate Jenkins Pipelines with other popular tools, like:

  • Docker

  • GitHub / Bitbucket

  • DockerHub

  • Linux

  • Python

  • Pyenv

  • This course is designed for all levels of Jenkins DevOps practitioners, starting from absolute beginner level to advanced users. Anyone can follow along from top, by understanding each of the lessons and replicating it on their own servers. No worries if you are in any level of expertise, you can directly go to the session that you want to learn.

    Some of the topics you’ll learn thru this course:

  • Understand what CI/CD is

  • Install, Configure And Operationalize Jenkins

  • Build Python Projects with Docker

  • Run Unit tests by pulling code from GitHub

  • Push Docker Images to DockerHub registry

  • Run Jenkins jobs in different agents

  • By the end of the course, you should be able to:

  • Install and Run CI/CD server(jenkins) in a Linux OS

  • Use Jenkins with different agents

  • Build docker images and run them with Jenkins

  • Build awesome CI/CD pipelines for you team

  • And finally impress your manager/lead 馃檪

  • Join now and take your devops career to the next level!

    Tags:

    Python Jenkins, CI/CD Pipeline, Python DevOps, Java DevOps, Docker, DockerHub, Git, GitHub, VirtualBox, Linux

    Course Curriculum

    Chapter 1: Introduction

    Lecture 1: Intro

    Lecture 2: CourseOverview

    Lecture 3: Prerequisites

    Lecture 4: Continuous Integration

    Lecture 5: Continuous Delivery

    Lecture 6: Continuous Deployment

    Lecture 7: Please Read(time <1min)

    Chapter 2: Jenkins: Install & Familiarize

    Lecture 1: Section Overview

    Lecture 2: About Jenkins

    Lecture 3: Installing Ubuntu Linux(VirtualBox)

    Lecture 4: Set Static IP(Ubuntu)

    Lecture 5: Changing TZ(optional)

    Lecture 6: Note: Jenkins Installation

    Lecture 7: Jenkins Installation

    Lecture 8: Familiarize Jenkins Console

    Lecture 9: Jenkins Job Types

    Lecture 10: Job – Create, Execute, Trigger

    Lecture 11: Note For Beginners

    Lecture 12: First Jenkins Job(Freestyle)

    Lecture 13: Jenkins Console: ListView & JobConsole

    Lecture 14: Note

    Lecture 15: Jenkins Plugin Demo

    Lecture 16: Build Executors and Parameterized Job

    Lecture 17: PyEnv: Multiple Python versions(1/2)

    Lecture 18: PyEnv: Multiple Python versions(2/2)

    Lecture 19: Info for Next Session

    Lecture 20: Freestyle Unittests Job(Integrate GitHub)

    Lecture 21: Note

    Lecture 22: Post Build: Cobertura Coverage

    Lecture 23: Pls Read!

    Chapter 3: Jenkins: CI/CD Pipeline 101

    Lecture 1: Section Overview

    Lecture 2: First Jenkins Job(Pipeline)

    Lecture 3: Pipeline: Scripted vs Declarative

    Lecture 4: Why Declarative Pipeline(Explain & Demo1)

    Lecture 5: Why Declarative Pipeline(Demo2)

    Lecture 6: Why Declarative Pipeline(Demo3)

    Chapter 4: Git Intro

    Lecture 1: Intro Git & GitHub

    Lecture 2: Git Basics

    Lecture 3: About GitHub Desktop

    Chapter 5: Jenkins: Docker & Application

    Lecture 1: Section Overview

    Lecture 2: Python Application Demo

    Lecture 3: Application in Github

    Lecture 4: PIPELINE-1: Pipeline-As-Code(1/1)

    Lecture 5: PIPELINE-1: Pipeline-As-Code(2/3)

    Lecture 6: PIPELINE-1: Pipeline-As-Code(3/3)

    Lecture 7: Dockerizing Application

    Lecture 8: Docker Installation(Linux)

    Lecture 9: Jenkins Docker Plugins & Demo

    Lecture 10: Post Build Section

    Lecture 11: PIPELINE-2: Dockerize and deploy/run(1/2)

    Lecture 12: PIPELINE-2: Dockerize and deploy/run(2/2)

    Chapter 6: Jenkins Integrations(GitHub, DockerHub, Agents)

    Lecture 1: Section Overview

    Lecture 2: GitHub Webhook(1/2)

    Lecture 3: GitHub Webhook(2/2)

    Lecture 4: SSH Protocol and SSH-Keys

    Lecture 5: SSH Integration with Github

    Lecture 6: Credentials and Credential Binding(1/2)

    Lecture 7: Credentials and Credential Binding(2/2)

    Lecture 8: Jenkins DockerHub Integration

    Lecture 9: Pipeline Release To DockerHub

    Lecture 10: Jenkins Slave/Agent integration(1/2)

    Lecture 11: Jenkins Slave/Agent integration(2/2)

    Lecture 12: Pipeline: Docker Cmds(1/2)

    Lecture 13: Pipeline: Docker Cmds(2/2)

    Chapter 7: CI/CD Pipeline – Test, Package, Release and Deploy

    Lecture 1: Section Overview

    Lecture 2: PIPELINE-3: Define Stages

    Lecture 3: PIPELINE-3: Walkthru & Demo

    Lecture 4: PIPELINE-3: Walkthru new Stage

    Lecture 5: PIPELINE-3: Full Pipeline Demo

    Chapter 8: Continuous Testing, Reporting & Notifications

    Lecture 1: Section Overview

    Lecture 2: Demo Our Tests(in local system)

    Lecture 3: Pipeline: Continuous Testing and Reporting

    Lecture 4: Job Chaining-Trigger a Job from Another(1/2)

    Lecture 5: Job Chaining-Trigger a Job from Another(2/2)

    Lecture 6: Jenkins Email Notification(Configuration)

    Lecture 7: Jenkins Email Notification(Demo)

    Chapter 9: Jenkins Adv: Docker Agents

    Lecture 1: GitHub fork project

    Instructors

  • REAL-WORLD JENKINS CICD PIPELINES DEVOPS For PYTHON  No.2
    Kumar S
    SDET, Lead Architect
  • Rating Distribution

  • 1 stars: 2 votes
  • 2 stars: 2 votes
  • 3 stars: 7 votes
  • 4 stars: 20 votes
  • 5 stars: 43 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!