Jenkins Complete Course Masterclass | Step by Step for Beginners with Interview Questions & Quiz

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 มิ.ย. 2024
  • All Free Tutorials - automationstepbystep.com/
    QUIZ - forms.gle/x6rBcWuSC3N2jGec7
    00:00 Introduction
    00:44 What is Jenkins
    01:17 What is CI CD
    03:10 Jenkins Installation
    04:18 Install on Windows
    11:55 Install on Mac
    16:42 Install on Linux
    17:50 Jenkins GUI & Configuration
    22:43 How to change Home Directory (win)
    28:19 How to change Home Directory (Mac)
    30:52 How to setup Git on Jenkins
    32:20 Create First Job on Jenkins
    35:51 How to connect to Git Repository
    38:18 How to add Credentials
    41:46 Use custom Job Workspace
    43:35 CLI
    50:08 Create Users + Manage + Assign Roles
    59:12 Chain Jobs
    01:04:06 Build Pipeline
    01:07:15 Jenkins Pipeline | Jenkinsfile
    01:19:35 How to get Jenkinsfile from SCM
    01:27:00 How to clone Git Repo using Jenkinsfile
    01:30:45 Message from Raghav
    01:31:44 FAQs | Jenkins Interview Questions
    01:31:48 What is Jenkins
    01:32:00 What is CI-CD
    01:32:21 What is Hudson
    01:32:27 Steps to setup Jenkins
    01:32:40 Command to start Jenkins
    01:32:49 What is Jenkins Pipeline
    01:32:59 How to implement JenkinsPipeline
    01:33:05 What is Jenkinsfile
    01:33:14 How to create Jenkins Pipeline
    01:33:27 Declarative vs Scripted Pipeline
    01:33:40 How to backup Jenkins
    Jenkins creator - Kohsuke Kawaguchi
    #JenkinsBeginnerTutorial
    Jenkins Complete Course in one video
    For Complete Beginners | Step by Step from Scratch
    Windows | Mac | Linux
    Timeline in Description
    What is Jenkins
    - Jenkins is a CI CD tool
    - Free & Open Source
    - Written in Java
    What is CI & CD
    Continuous Integration, Delivery & Deployment
    Installation
    System Requirements
    Memory 256 MB of RAM
    Disk Space Depends on your projects
    OS Windows, Mac, Ubuntu, Linux
    Java 8 or 11 (JDK or JRE)
    Installation on Windows
    Step 1 : check Java is installed
    Step 2 : Download Jenkins.war file
    Step 3 : Goto cmd prompt and run command
    java -jar jenkins.war --httpPort=9191
    Step 4 : On browser goto localhost:9191
    Step 5 : Provide admin password and complete the setup
    Installation on Mac
    Homebrew
    Get Homebrew brew.sh/
    brew --version
    brew search
    brew info jenkins-lts
    brew install jenkins-lts
    brew uninstall jenkins-lts
    Installation on Linux • How to install Jenkins...
    Jenkins Configuration
    How to change Home Directory
    Step 1: Check your Jenkins Home > Manage Jenkins > Configure System
    Step 2 : Create a new folder
    Step 3 : Copy the data from old folder to new folder
    Step 4 : Create/Update env variable JENKINS_HOME
    Step 5 : Restart Jenkins
    jenkins.xml
    JENKINS_HOME
    How to setup Git on Jenkins
    Step 1 : Goto Manage Jenkins > Manage Plugins
    Step 2 : Check if git is already installed in Installed tab
    Step 3 : Else goto Available tab and search for git
    Step 4 : Install Git
    Step 5 : Check git option is present in Job Configuration
    Create the first Job on Jenkins
    How to connect to Git Remote Repository in Jenkins (GitHub)
    Step 1 Get the url of the remote repository
    Step 2 Add the git credentials on Jenkins
    Step 3 In the jobs configuration goto SCM and provide git repo url in git section
    Step 4 Add the credentials
    Step 5 Run job and check if the repository is cloned
    How to use Command Line in Jenkins CLI
    Faster, easier, integrate
    Step 1 start Jenkins
    Step 2 goto Manage Jenkins - Configure Global Security - enable security
    Step 3 goto - localhost:8080/cli/
    Step 4 download jerkins-cli jar. Place at any location.
    Step 5 test the jenkins command line is working
    java -jar jenkins-cli.jar -s localhost:8080 /help --username <userName> --password <password>
    How to create Users + Manage + Assign Roles
    How to create New Users
    How to configure users
    How to create new roles
    How to assign users to roles
    How to Control user access on projects
    Step 1 Create new users
    Step 2 Configure users
    Step 3 Create and manage user roles Role Based Authorization Strategy Plugin - download - restart jenkins
    Step 4 Manage Jenkins - Configure Global Security - Authorization - Role Based Strategy
    Step 5 Create Roles and Assign roles to users
    Step 6 Validate authorization and authentication are working properly
    Chain Jobs
    Jenkins Pipeline Beginner Tutorial
    How to create Jenkinsfile
    - What is pipeline
    - What is jenkins pipeline
    - What is jenkinsfile
    - How to create jenkinsfile
    Build > Deploy > Test > Release
    Jenkinsfile : Pipeline as a code
    Step 1 Start Jenkins
    Step 2 Install Pipeline Plugin
    Step 3 Create a new job
    Step 4 Create or get Jenkinsfile in Pipeline section
    Step 5 Run and check the output
    Jenkins Pipeline
    How to get jenkinsfile from Git SCM
    Step 1 : Create a new job or use existing job (type: Pipeline)
    Step 2 : Create a repository or GitHub
    Step 3 : Add Jenkinsfile in the repo
    Step 4 : Under Jenkins job > Pipeline section > Select Definition Pipeline script from SCM
    Step 5 : Add repo and jenkinsfile location in the job under Pipeline section
    Step 6 : Save & Run
    Jenkins Pipeline
    How to clone a git repo using Jenkinsfile
    all videos on Jenkins
    Jenkins is free and the most widely used CI CD tool
    Learning Jenkins
    Never Stop Learning
    Raghav Pal

ความคิดเห็น • 784

  • @RaghavPal
    @RaghavPal  ปีที่แล้ว

    Jenkins Hindi Tutorial - th-cam.com/video/wQYV7azlUog/w-d-xo.html

    • @relaxingchoice
      @relaxingchoice ปีที่แล้ว

      sir all ready download jdk 1.8 version java for automation script in eclipse .but i am using Jenkins then jdk java version 11 or 19 required .but how to use both , at time Jenkins & To write automation script required JDK 1.8 version effect occurred on eclipse automation script. how to resolve this issue pleased one video about this....🙏🙏

  • @remyarnair8042
    @remyarnair8042 2 ปีที่แล้ว +12

    One of the best course I ever taken. Explained all the concept in depth in very simple language. I enjoyed the full course without skipping a single word. Hats off to you Raghav. Great work

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว +1

      Great to hear Remya, all the best

  • @0xCONQUEST
    @0xCONQUEST 3 ปีที่แล้ว +9

    Raghav this Jenkins Masterclass was fantastic. Thank you so much for the time and effort you put into this!!!

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว +1

      Glad you enjoyed it! Share with all Brenden

  • @laffinkippah
    @laffinkippah ปีที่แล้ว +1

    While I'm sure there's much more to Jenkins, this is a no-nonsense and straight to the point way of teaching the essentials. Best Jenkins introductory course I've seent. Thank you so much for taking the time to make this.

    • @RaghavPal
      @RaghavPal  ปีที่แล้ว +1

      Most welcome

  • @bigra580
    @bigra580 2 ปีที่แล้ว +11

    Your patience while teaching is commendable bro!! Love the way you teach❤️.

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Thanks Danish

  • @biyasbanerjee7288
    @biyasbanerjee7288 2 ปีที่แล้ว +22

    I did my first Jenkins course from TAU but that didn't work well for me. Thank you once again for putting your effort into creating this tutorial. You always show the hard stuff in a very simple manner and that makes you the best teacher. I always found your tutorial very useful. Thank you so much :)

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Hi Biyas, most welcome

    • @mahadevisutar1436
      @mahadevisutar1436 ปีที่แล้ว

      Ye TAU kya hota h????

    • @mahadevisutar1436
      @mahadevisutar1436 ปีที่แล้ว

      Ye TAU kya hota h? ????

    • @siman143
      @siman143 ปีที่แล้ว

      @@mahadevisutar1436 Test automation university. You can find many free courses with certification there.

  • @Akhil-gd7lp
    @Akhil-gd7lp 2 ปีที่แล้ว +1

    I don't know if it is easy or you actually made it easy. Thank you so much, man! Awesome tutoring.

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว +1

      Most welcome Akhil

  • @moonbal
    @moonbal 2 ปีที่แล้ว +1

    Thanks for this. Very easy to follow.
    When I was in High school, my teachers used overhead projectors where they would write while teaching. It made it so much easier to retain knowledge by both hearing and seeing.
    Your typing on the notepad kinda reminded me of that.

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Hi, glad to know it helped

  • @lnyellavarjula8302
    @lnyellavarjula8302 3 ปีที่แล้ว +3

    Hi Raghav,
    Thank you very much for sharing knowledge.
    I have just done 43.53 minutes of watching, practicing and taking notes. I really liked your presentation along with few tiny but very useful shortcuts (cmd in File Explorer and restart in browser). looking forward to complete this session and more from the automationstepbystep.

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว

      So happy and humbled to know this, All the best

  • @danny_strange2105
    @danny_strange2105 2 ปีที่แล้ว +4

    WOW, Great course! Very clear and extremely helpful.

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Thanks Danny

  • @karishmasingh9222
    @karishmasingh9222 3 ปีที่แล้ว +2

    Amazing!! So thankful for this master class video.

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว

      Most welcome Karishma

  • @shruthisarathy6395
    @shruthisarathy6395 3 ปีที่แล้ว +2

    Thank you so much Raghav. I am a DevOps aspirant and I was so confused about Jenkins, you have made it so simple and interesting as well. Thank you so so so so much. You are the best!

  • @chiragbhasin8087
    @chiragbhasin8087 2 ปีที่แล้ว +1

    One of the most straightforward and lucrative videos. Bang on target. Kudos to author

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Thanks Chirag

  • @kstudent6983
    @kstudent6983 2 ปีที่แล้ว +5

    Thank you, Raghav. It's a great video and your teaching skills are top-notch. The way you deliver the message shows your intention on spreading the knowledge.

  • @michaelhall982
    @michaelhall982 ปีที่แล้ว

    I have an interview coming up today and they want someone with this skillset. This was a great video. You did a good job. Thanks man!

  • @user-hh9qn1wx3f
    @user-hh9qn1wx3f 2 ปีที่แล้ว +1

    This was so easy to follow. God Bless you! Looking forward to your other videos.

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว +1

      Glad it was helpful!

  • @vinaykumar-pk3py
    @vinaykumar-pk3py 2 ปีที่แล้ว

    I am very much new to the Jenkins and Devops domain. This course really helped me in terms of Jenkins course. Surely will go through the remaining courses. You made the course very simple and clear. Truly helpful for the beginners. I liked the last message in the video and surely help animals in some other way.

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      All the best Vinay

  • @jerome5969
    @jerome5969 11 หลายเดือนก่อน

    One of the best tutorial I've seen in youtube and can be used in the professional work. Thanks Raghav for sharing this to us, keep it up!

    • @RaghavPal
      @RaghavPal  10 หลายเดือนก่อน

      Most welcome Jerome

  • @sachinadi6715
    @sachinadi6715 ปีที่แล้ว

    Thanks Raghav for every detail that has been kept on the course for a beginner like me.. I am pretty sure that I learnt the basics well and I guess this is a great start for me learning Jenkins.. With these basics and as you say, I will "never stop learning"

    • @RaghavPal
      @RaghavPal  ปีที่แล้ว

      Most welcome Sachin

  • @tongvu1145
    @tongvu1145 ปีที่แล้ว +1

    Thanks a lot. Your course is crystal-clear and you've helped me tons.

  • @sanjeevbableshwar5883
    @sanjeevbableshwar5883 2 ปีที่แล้ว +2

    Excellent Raghav, very clear, great course, i have recommended this course to many students who wants to start DEVOPS, same thing happened to me too, its a chain of CI CD, Thank you very much

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      You are most welcome Sanjeev

  • @jjjccc870
    @jjjccc870 2 ปีที่แล้ว

    Exactly the video I was searching for!!!. Loved the video and indeed it was step by step, already shared!!!

  • @romanm8340
    @romanm8340 3 ปีที่แล้ว

    Awesome course man!!! Thanks a lot for your job and keep going!

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว

      Thanks a lot Roman

  • @mediatwinkleTV
    @mediatwinkleTV 3 ปีที่แล้ว +1

    This guy is another super hero. Thank you !

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว

      So happy & humbled to see this

  • @sanjoktamalusare741
    @sanjoktamalusare741 2 ปีที่แล้ว

    Awesome simplified tutorial. Thanks a ton !!

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      You're welcome!

  • @namalengkap1310
    @namalengkap1310 3 ปีที่แล้ว

    well structured and details. love this kind of perfection

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว

      Thanks a lot Nama

  • @nikolaoslelidis765
    @nikolaoslelidis765 2 ปีที่แล้ว +11

    One of the best courses I have taken. Everything worked from start to finish. It is very understandable and reported in simple language. Congratulations

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Thanks Nikolaos

  • @Karthickmasanmasan
    @Karthickmasanmasan ปีที่แล้ว +1

    Excellent course for a beginner to start with Jenkins, hats off, Thank you Raghav

    • @RaghavPal
      @RaghavPal  ปีที่แล้ว +1

      Most welcome Karthick

  • @dipanshusharma4765
    @dipanshusharma4765 2 ปีที่แล้ว +1

    Man I was scared of Jenkins, but your video has helped me overcome that fear, as now I can understand what I am doing in Jenkins. Thanks

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Most welcome Dipanshu

  • @lothalopolis
    @lothalopolis ปีที่แล้ว

    Great overview. Having never used CI-CD before, I did find the initial part of the video a bit unclear, but the major chunk of Jenkins information was very helpful!

    • @RaghavPal
      @RaghavPal  ปีที่แล้ว

      Glad it was helpful. I will work on the feedback

  • @jaymaru3792
    @jaymaru3792 2 ปีที่แล้ว

    The best video for beginners!!! Keep up the excellent work!!

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว +1

      Thanks a lot Jay

  • @dheerajkaru
    @dheerajkaru 3 ปีที่แล้ว

    Full of knowledge. Simple and easy to understand. Thanks Raghav.

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว +1

      Most welcome Dheeraj

  • @thibao8726
    @thibao8726 2 ปีที่แล้ว +1

    This is a fantastic course!, Thank you SOOO MUCH

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว +1

      You're very welcome!

  • @mujahidulislam1277
    @mujahidulislam1277 2 ปีที่แล้ว

    This is huge. Thank you man for this wondeful tutorial. Take love.

  • @krajkumar2859
    @krajkumar2859 2 ปีที่แล้ว

    Thank you Raghav.Simple and complete about jenkins tutorial(fundumentals) in a good way.And i appriciate you responding to every comment.Greate..

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      So nice of you Rajkumar

  • @mostafabanaei2832
    @mostafabanaei2832 2 ปีที่แล้ว +1

    Hi Raghav,
    Thank you very much for sharing your knowledge.
    this is an amazing Jenkins tutorial. thanks a lot. I love your teaching and good luck

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Most welcome

  • @fattah8864
    @fattah8864 2 ปีที่แล้ว

    this is just great and to the point. Kudos to you for helping a lot of us out there.

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Thanks a lot

  • @pujaprasad5512
    @pujaprasad5512 3 ปีที่แล้ว +1

    Thanks a lot for this video, very well explained.

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว

      You are welcome Puja

  • @sergey5551
    @sergey5551 2 ปีที่แล้ว

    I use this video again for reinstall jenkins. Super good explanation!

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      thanks for watching Sergey

  • @hussamel-maghraby2077
    @hussamel-maghraby2077 2 ปีที่แล้ว

    Thank you SOOO MUCH this is an amazing Course looking forward to see the rest :]

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      You're very welcome!

    • @LafsGaming
      @LafsGaming 2 ปีที่แล้ว

      @@RaghavPal can you please tutorial on like how we commit the code and deploy those changes through Jenkins... Really appreciate the help

  • @rajaramsavant4384
    @rajaramsavant4384 2 ปีที่แล้ว

    Explained very well.. Easy to understand. Thanks!

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Most welcome Rajaram

  • @chaitaleesingh3106
    @chaitaleesingh3106 3 ปีที่แล้ว

    Thanks Raghav. This is really detailed one and step by step. Even beginners like me can understand it very well.

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว

      Glad to hear that Chaitalee

  • @princejaiswal439
    @princejaiswal439 ปีที่แล้ว

    Excellent course.The way you have explained things is superb.Keep up the good work Raghav and thanks a lot for this course

  • @ivantitester4716
    @ivantitester4716 3 ปีที่แล้ว

    Raghav, I am big fan of yours. I really love the way you explain each and every bit of the topic. #NeverStopLearning

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว

      Glad to hear that Ivanti

  • @ariffrahim6459
    @ariffrahim6459 2 ปีที่แล้ว

    I have been using Jenkins, but most of the setups are made by my seniors. It's nice to finally know how to do it on my own

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Great to know Ariff

  • @renanalmeida9036
    @renanalmeida9036 2 ปีที่แล้ว

    Great content and great explanation! It gives a good overview of Jenkings.

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Glad it was helpful Renan

  • @nitinpatil8434
    @nitinpatil8434 2 ปีที่แล้ว

    Explanation is really good. Also I like the last part of video where instructor say do share your knowledge and never stop learning.

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Thanks Nitin

  • @rambudeti4933
    @rambudeti4933 3 ปีที่แล้ว

    Thanks ragahav for this Jenkins masterclass. Had a great session

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว +1

      Always welcome Ram

  • @madushaanuradha2556
    @madushaanuradha2556 2 ปีที่แล้ว

    Thank you so much, man! Awesome tutoring.

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Most welcome

  • @zeeitechriver
    @zeeitechriver 2 ปีที่แล้ว

    Thank you for adding a crisp timeline.

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Most welcome Zeeshan

  • @yeltsingtr
    @yeltsingtr 2 ปีที่แล้ว

    Fantastic course! Thank you 🙏

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Glad it was helpful Leon

  • @iscokipkorir4250
    @iscokipkorir4250 2 ปีที่แล้ว

    Your tutorials are my best watch so far. Your channel is my home 🏡

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Thanks a lot, means a lot to me

  • @roddasrirangasudha1187
    @roddasrirangasudha1187 2 ปีที่แล้ว

    Wow it is a beautiful explanation and so simple to understand everyone. Thanks a lot

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Most welcome

  • @ranisharma5445
    @ranisharma5445 2 ปีที่แล้ว

    Perfect tutorial, every basics in a nutshell !!

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Thanks a lot Rani

  • @neerajkashyap01
    @neerajkashyap01 3 ปีที่แล้ว

    Hats off for your efforts.
    A must watch

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว

      Thanks Neeraj, do share in your groups

  • @balasuriyansp2963
    @balasuriyansp2963 2 ปีที่แล้ว

    It is a Staggering Course, Thanks a Billion!

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Most welcome

  • @surendrasure602
    @surendrasure602 2 ปีที่แล้ว

    @Automation step by step such a nicefull video thanq Raghava.

  • @knownisdropunknownisocean.9282
    @knownisdropunknownisocean.9282 ปีที่แล้ว

    This is awesome, esp to start with Jenkin. Keep up nice work!

    • @RaghavPal
      @RaghavPal  ปีที่แล้ว

      Awesome! Thank you!

  • @markothegod3900
    @markothegod3900 3 ปีที่แล้ว +1

    Greetings from Finland. Awesome videos

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว

      Thanks a lot Marko

  • @MiniTour_Vlogs
    @MiniTour_Vlogs ปีที่แล้ว

    From yesterday I started from hear....I loved your way of teaching.....Now I have confidence I will learn devops step by step.Thanks sir😊

    • @RaghavPal
      @RaghavPal  ปีที่แล้ว +1

      Thanks and welcome

  • @veeravellimanasa2543
    @veeravellimanasa2543 2 ปีที่แล้ว

    Thank you so much raghav, for the master class i learnt so much with this class.

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      You're most welcome Veeravelli

  • @rameshrd4309
    @rameshrd4309 2 ปีที่แล้ว

    awesome tutorial sir!!! very good explanation, thanks you !!!

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Most welcome Ramesh

  • @soyaibmd883
    @soyaibmd883 3 ปีที่แล้ว

    Very Nice work Raghav. Will be helpful. Thank you.

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว +1

      Most welcome Soyaib

  • @mihirsanghani9542
    @mihirsanghani9542 2 ปีที่แล้ว

    Thank you very much Raghav. Excellent video. Nice and clear way to explain the topic.

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      You're most welcome Mihir

  • @karthick5044
    @karthick5044 2 ปีที่แล้ว

    Was a great start for beginners, aan a quick recap for experienced, great job Raghav. 👍

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Thanks for wacthing Karthic

  • @sairamn2863
    @sairamn2863 3 ปีที่แล้ว +1

    I love your tuts.. Always at best🎉❤️

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว

      Thanks a lot Sai

  • @gowthamrockz
    @gowthamrockz 3 ปีที่แล้ว

    Great Tutorial Raghav :) Thank you so much.

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว

      Glad it was helpful Gowtham, pls share in your groups and help everyone

  • @Katmulla
    @Katmulla 3 ปีที่แล้ว

    Good Work Raghav.......Highly Appreciated......All your Videos are very Valuable....Keep Going.......God Bless...

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว

      Thanks a ton. Pls share with al

  • @dhliu9687
    @dhliu9687 2 ปีที่แล้ว

    It is a really great instruction for the beginner like me and you are really thoughtful providing each time slot for each topic. Thanks again.

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Most welcome Liu

    • @dhliu9687
      @dhliu9687 2 ปีที่แล้ว

      @@RaghavPal subscribed already : )

  • @Tech-xj8kx
    @Tech-xj8kx 2 ปีที่แล้ว

    Very informative tutorials. Thank You.

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      You are welcome!

  • @sagarsriva
    @sagarsriva ปีที่แล้ว

    Great video!! Great presentation style.

  • @Yangliu712
    @Yangliu712 ปีที่แล้ว

    thank you so much Rag. wish me good luck on my interview

  • @rajkumark5823
    @rajkumark5823 ปีที่แล้ว

    Very Helpful. Thank you so much ❤

    • @RaghavPal
      @RaghavPal  ปีที่แล้ว

      Most welcome Rajkumar

  • @ramyaraja9411
    @ramyaraja9411 3 ปีที่แล้ว

    Thanks a lot Raghav.. It's really an amazing session..

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว

      Always welcome Ramya

  • @victoryvickey
    @victoryvickey 2 ปีที่แล้ว

    Thanks a lot Raghav for wonderful explanation. I used to follow your videos...well explained👏👏

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว +1

      So nice of you Vishnu

  • @positivevibes1769
    @positivevibes1769 3 ปีที่แล้ว

    Thank you Raghav for such a wonderfull videoes.So simple and easy to understand ...

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว

      So nice of you Dipali

  • @harjeetsingh5874
    @harjeetsingh5874 2 ปีที่แล้ว

    Thank you so much, awesome tutorial.

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Most welcome Harjeet

  • @jagadeeshbaskaran4881
    @jagadeeshbaskaran4881 2 ปีที่แล้ว +1

    simply awesome!!

  • @maheshn6933
    @maheshn6933 2 ปีที่แล้ว

    Thanks a ton Raghav... you are amazing!!

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Most welcome

  • @hulkdc5499
    @hulkdc5499 ปีที่แล้ว

    this video is very nicely explained for beginners. thanks!

  • @patururajesh9203
    @patururajesh9203 ปีที่แล้ว

    thank you . i was struggling to know jenkins flow...your short video has given me a glance.

    • @patururajesh9203
      @patururajesh9203 ปีที่แล้ว

      Would like to see more of like these ansible, terraform, kubernetes, yaml scripting....and more from you...Mr.Raghav Pal

    • @RaghavPal
      @RaghavPal  ปีที่แล้ว

      Sure

  • @varshatc4771
    @varshatc4771 ปีที่แล้ว

    Very detailed video. Thank you so much Sir.

  • @angaddongare4636
    @angaddongare4636 2 ปีที่แล้ว

    Thank you Raghav! Nicely Explanation!

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Most welcome Angad

  • @omaralkaraki2296
    @omaralkaraki2296 2 ปีที่แล้ว

    Thank you very much, really appreciated for your great efforts.

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Most welcome Omar

  • @AIRobotica
    @AIRobotica 2 ปีที่แล้ว +1

    Very Very Useful...Thanks a lot...🙏

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว +1

      Welcome 😊

  • @jay89000
    @jay89000 2 ปีที่แล้ว

    Thanks sir.. It was a perfect course... Very helpful

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Most welcome Jay

  • @jitrammaharjan9506
    @jitrammaharjan9506 2 ปีที่แล้ว

    Thank you so much for this awesome video in Jenkins

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Most welcome Jitram

  • @gimhandissanayake7725
    @gimhandissanayake7725 2 ปีที่แล้ว

    Thanks for sharing your knowledge, Raghav! 🙂

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว +1

      Always welcome

  • @friendsofdev
    @friendsofdev 2 ปีที่แล้ว

    best tutorial.. thank you for this class

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Most welcome Nikhil

  • @Ian-tg3vm
    @Ian-tg3vm 3 ปีที่แล้ว

    The best thing of this channel is
    Raghav read every comment , answer it if question and reply always 😇😇😇
    Thanks Raghav sir

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว

      Most welcome

  • @sachnkn.official
    @sachnkn.official ปีที่แล้ว

    Perfect video for beginners.

    • @RaghavPal
      @RaghavPal  ปีที่แล้ว

      Thanks for watching Sachin

  • @rgnanda
    @rgnanda 3 ปีที่แล้ว

    Good job. Easy to follow steps👍👏

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว

      Glad it was helpful!

  • @NaveenKumar3693
    @NaveenKumar3693 3 ปีที่แล้ว

    Awesome content!!! Thanks much🙏

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว

      Most welcome Naveen

  • @anshumankanungo4181
    @anshumankanungo4181 3 ปีที่แล้ว

    Thank you Raghav Sir for explaining clearly.

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว +1

      You're most welcome Anshuman

  • @bishnuyashadash91
    @bishnuyashadash91 3 ปีที่แล้ว +1

    Sir I am overwhelmingly thankful to you..🙏🙏🙏

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว +1

      Most welcome Bishnu

    • @lilyvan4317
      @lilyvan4317 2 ปีที่แล้ว

      @@RaghavPal love you 😍

  • @chinnikrishnad6736
    @chinnikrishnad6736 2 ปีที่แล้ว

    Wonderful. Thanks Raghav

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Most welcome

  • @anshulsingh1991
    @anshulsingh1991 2 ปีที่แล้ว

    i love the way of your explanation is too easy and good .. thankyou for teaching in just a simple way. keep making vedios like this sir.. i just love your content..

    • @RaghavPal
      @RaghavPal  2 ปีที่แล้ว

      Thank you, I will Anshul

  • @jnaneshwarchavan6448
    @jnaneshwarchavan6448 3 ปีที่แล้ว

    Very well explained and in a calm way

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว

      Thanks for watching Jnaneshwar

  • @rumpelshtilcken2239
    @rumpelshtilcken2239 5 วันที่ผ่านมา

    Thank you so much, Raghav, for what you do, and you do it wonderfully!

    • @RaghavPal
      @RaghavPal  4 วันที่ผ่านมา

      Thanks Rumpel

  • @TheBullz007
    @TheBullz007 3 ปีที่แล้ว

    Thank you sir for sharing the knowledge.

    • @RaghavPal
      @RaghavPal  3 ปีที่แล้ว

      So nice of you Asir