Jenkins Full Course 2023 | Jenkins Tutorial For Beginners
DevSecOps & Cloud DevOps Full Course(Batch-3 Starting 5january):
https://www.devopsshack.com/single-checkout/654fbbc2e4b0005113f8337d?pid=p1
This Course is for both beginners & experienced.
My Playlist (MUST VISIT):
https://www.youtube.com/@devopsshack/playlists
I am available at :
https://www.instagram.com/devopsshack
Telegram: https://t.me/+9roGPjX1YI42Yzdl
Sonarqube Tutorial:
https://www.youtube.com/watch?v=y8zJOjsT4E8
OWASP Dependency Check Tutorial:
https://www.youtube.com/watch?v=bImOWD4b6o8
Docker Build & Push Tutorial:
https://www.youtube.com/watch?v=BePJ1bBWk3E
My Repositories: (Follow Me for Getting Deployment Ready Repositories)
https://github.com/jaiswaladi246/Ekart
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