Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
JENKINS Beginner Tutorial - Step by Step
Rating: 4.4 out of 5(5,406 ratings)
99,875 students

JENKINS Beginner Tutorial - Step by Step

Learn Jenkins from scratch
Created byRaghav Pal
Last updated 10/2025
English

What you'll learn

  • Get started with Jenkins
  • Use Jenkins for personal and enterprise projects
  • Use Jenkins for Continuous Integration

Course content

8 sections20 lectures3h 24m total length
  • Introduction and Getting Started14:46

    Notes:

    Jenkins 

      - java application
      - used for continuous integration and continuous delivery

    Step 1 : Download Jenkins war file - https://jenkins.io/

    Step 2 : Place the war file into any location on your system

    Step 3 : goto command prompt (windows) | terminal (mac)
       - goto folder where jenkins.war is
       - java -jar jenkins.war

    Step 4 : goto browser - http://localhost:8080 (Jenkins window should show up)

    Step 5 : install required plugins

    Step 6 : get started with Jenkins 

    ____________________________________________________________

    To see hidden files/folders on mac:
    1. Exit Finder
    2. On terminal - defaults write com.apple.finder AppleShowAllFiles TRUE
    3. Press option/alt - right click finder - relaunch

  • How to change Home Directory13:16

    Notes:

    Jenkins Home Directory contains:
    1. All configurations
    2. Plugins
    3. Jobs details
    4. Logs

    Why:
    -To move jenkins home dir to a location that has enough disk space
    -Project requirements

    If you have installed jenkins on windows through msi file then read this - http://tech.nitoyon.com/en/blog/2014/02/25/jenkins-home-win/

    Step 1 : Check your current home directory

    Step 2 : Create a new folder (which will be new home dir)

    Step 3 : Copy all data from old dir to new dir

    Step 4 : change env variable - JENKINS_HOME and set to new dir
        Windows - change env variable
       Mac - goto terminaal
     export JENKINS_HOME=/Users/raghav/Desktop/Tools/Jenkins/JenkinsHome/

    Step 5 : restart Jenkins

    ____________________________________________________________

    To see hidden files/folders on mac:
    1. Exit Finder
    2. On terminal - defaults write com.apple.finder AppleShowAllFiles TRUE
    3. Press option/alt - right click finder - relaunch

  • How to use CLI (command line interface)11:23

    Step 1 : start Jenkins

    Step 2 : goto Manage Jenkins - Configure Global Security - enable security

    Step 3 : goto - http://localhost:8080/cli/

    Step 4 : download jerkins-cli jar. Place at any location.

    Step 5 : test the jenkins command line is working


Requirements

  • Basic knowledge of how to use computer is enough

Description

Jenkins is a Automation and CI Tool. It is a java application and very easy to learn.

This course is designed for complete Beginners to understand and learn Jenkins from scratch.

We will go very basic step by step in this course and by the end you will be able to use Jenkins at all levels.

Let's Get Started

Who this course is for:

  • Anyone who wants to learn JENKINS from scratch
  • Anyone who wants to use Jenkins for personal and enterprise projects