Jenkins Full Course 2023 | Jenkins Tutorial For Beginners

preview_player
Показать описание
Jenkins Full Course 2023 | Jenkins Tutorial For Beginners

DevSecOps & Cloud DevOps Full Course(Batch-3 Starting 5january):

This Course is for both beginners & experienced.

My Playlist (MUST VISIT):

I am available at :

Sonarqube Tutorial:

OWASP Dependency Check Tutorial:

Docker Build & Push Tutorial:

My Repositories: (Follow Me for Getting Deployment Ready Repositories)

Watch with Timestamps below.

00:00:00 Intro
00:00:47 Topic Overview
00:02:47 Jenkins Tool Explanation | Why we need it | DevOps Explained
00:07:36 Setting Up Jenkins in Ubuntu Machine From Scratch
00:16:34 Manage Jenkins Section | Settings Of Jenkins | Plugins | Global Tool Config | Configure System
00:21:05 Credentials Manager
00:23:41 How To Configure a VM and connect to Jenkins as a Slave/Agent
00:31:45 How To Install Tools in Jenkins
00:33:47 Basic Free-Style Job
00:35:08 Connect Freestyle Job To Git Repo
00:39:35 Build with Maven in Free Style Job
00:43:41 Create Declarative Pipeline To Build & Deploy an Application
00:45:20 PIPELINE STAGE-1 | Git Checkout
00:46:17 PIPELINE STAGE-2 | Compile Code
00:48:43 PIPELINE STAGE-3 | OWASP Dependency Check
00:56:26 PIPELINE STAGE-4 | Sonarqube Analysis
01:04:13 PIPELINE STAGE-5 | Build Application with Maven
01:05:09 PIPELINE STAGE-6 | Docker Build & Push
01:12:20 PIPELINE STAGE-7 | Deploy Application Using Docker container
01:15:27 Access the Deployed Application in Browser
01:17:45 MULTIBRANCH Pipeline
Рекомендации по теме
Комментарии
Автор

Nice explanation and very clear great bro Thanks.

ANEKHAJA
Автор

This was very helpful. Thank You Aditya

Anonymous_
Автор

when you vi authorized_key is the content in the authorized_key there by default? because when I vi authorized_key nothing inside the file, besides the public key I pasted. Please any helpful information because I am stuck

Stephenogwu
Автор

How to discover only Github releases only and not regular tags in Jenkins UI for multibranch pipeline. I don't find any configuration option for that in Jenkins.

mahiway
Автор

An internal error occurred during form field validation (HTTP 500). Please reload the page and if the problem persists, ask the administrator for help.

I am getting the above error while giving the repository URL In source code management.

Can someone help here ?

krishnasai
Автор

Bro to run multistage pipeline. In every stage i have to give git credentials and need to check when expresseion with branch name ? right ?? is there any way we can skip writting git credentials in every stage

PiyushGhosh-lk
Автор

Crystal Clear Explaination Bro, Thanks Very much!! Keep the good work!!!

SachinKole-fu
Автор

SSH Build Agents Plugin Update
Plugin version 2.854.v7fd446b_337c9 requires PEM format

Generate keys on jenkins in PEM format if authentication fails

ssh-keygen -t rsa -m PEM

SuramSingh
Автор

Hi bro. I have done all the setup and i successfully deployed. The deployed stage also done. But after deploy my jenkins got stuck and am not able to access the deployed applocation in the browser. Ibhave enabled the port also in my console. But aftr deploy my jenkins UI getting stuck and cant able to click anywhere its still loading. Can u please help here.

Why i cant able to access the deployed application on my browser??

Thanzeelkv
Автор

Im getting an error like, "unable to login to docker", I can able to login with the credetials. could you please help to resolve..

chnagen
Автор

This is not working as of today might be some problem with the repo, it gets stuck while building even if the test cases are skipped its stuck

anonymousalone
Автор

I have got an error with the test cases ..even though I have provided a same goals as shown in the video at 42:18 mins, could you please
ERROR:-failed to execute goal (default-test) on project shopping -cart: Thera are test failures.
Could some one please help on this,
As I am new to Devops and still learning please guide me to overcome this error.
Thanks in advance

rams
Автор

Hi while running the pipeline script i am getting an error script code exit code 1 please help me how to fix it

Mrsilakiyarajkumar
Автор

Pipeline Script is not available in description so please share it once

shivakamar
Автор

bro where cn i find ur pipeline script cn anyone rply me bro's

gowthameswar
Автор

Please give the access for shoping cart repo url so can practise

shivakamar
Автор

Very good explained.
Can you please explain a scenario, who can I run the different pods of same image performing different task.
e.g one pod is running "Hello Aditya" and next pod is running "Hello world" both pods run in separate Jenkins jobs.
It will be very helpful.
Thank you. 🙂

prashishshirsat
Автор

bro you missed step for inbound ipsetup
which is needed for beginner, I had to watch another video to fix it

kuldeeppilaji
Автор

Hi where can i get the dependency check commands please help me

Mrsilakiyarajkumar
Автор

how are we suppose to follow this when you put password in for your git and we dont know the password? where do we get our github for practice? this is stupid and not helping m practice cause i dont have any credntials and you dont show how we do that part

amosbat