Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn Jenkins From The Scratch and prepare for Job Interview
Rating: 4.2 out of 5(8 ratings)
4,016 students
Last updated 2/2023
English

What you'll learn

  • What is CI/CD ?
  • What is Jenkins and why
  • Install Jenkins
  • Create your first Jenkins Job
  • Manage and Configure Jenkins
  • Integrate Jenkins with GitHub and AWS with Practice Step by Step
  • Interview Preparation

Course content

4 sections34 lectures3h 37m total length
  • Jenkins Introduction1:34
  • What is CI/CD?3:02
  • What is Jenkins and why1:40

    Explore Jenkins, a self-contained open source automation server that automates building, testing, and deploying software. Learn installation options—native packages, Docker, or a standalone JRE—and why it is popular for CI/CD.

  • Install Jenkins7:07

    Install Jenkins on cloud or local vm using Ubuntu and openjdk 8, configure java home, add the Jenkins repository and key, then install, unlock, and start Jenkins with recommended plugins.

Requirements

  • Nothing just Patience and Eager to Learn !

Description

DevOps is a combination of software development and information technology operations that enables businesses to deliver applications at a faster pace. It brings together development and operations teams so there are fewer redundancies in the software development process.

DevSecOps is a culture shift in the software industry that aims to bake security into the rapid-release cycles that are typical of modern application development and deployment.


DevOps has revolutionized workplaces in many ways. The number of DevOps-related jobs are increasing, while its rank as an in-demand job.


DevOps is important because it's a software development and operations approach that enables faster development of new products and easier maintenance of existing deployments.


What is CI/CD ?
CI/CD is a method to frequently deliver apps to customers by introducing automation into the stages of app development. The main concepts attributed to CI/CD are continuous integration, continuous delivery, and continuous deployment. CI/CD is a solution to the problems integrating new code can cause for development and operations teams (AKA "integration hell").

Specifically, CI/CD introduces ongoing automation and continuous monitoring throughout the lifecycle of apps, from integration and testing phases to delivery and deployment. Taken together, these connected practices are often referred to as a "CI/CD pipeline" and are supported by development and operations teams working together in an agile way with either a DevOps or site reliability engineering (SRE) approach.


What is Jenkins ?

Jenkins is an open source automation server. It helps automate the parts of software development related to building, testing, and deploying, facilitating continuous integration and continuous delivery. It is a server-based system that runs in servlet containers such as Apache Tomcat.

Who this course is for:

  • DevOps Engineers
  • DevSecOps Engineers
  • Developers
  • System Administrator
  • IT Engineers