Real Time CI CD DevOps Project | End To End CI/CD Pipeline Project 🔥🔥

preview_player
Показать описание
Real Time CI CD DevOps Project | End To End CI/CD Pipeline Project 🔥🔥

Sonarqube Tutorial:

OWASP Dependency Check Tutorial:

Trivy Tutorial:

Docker Build & Push Tutorial:

Setup Tomcat:

Timestamps:

00:00 Intro
00:51 Flow Diagram Explain | Pipeline overview
04:40 Implementation | Git Repo Connect to Jenkins
10:06 Code Compile
10:46 Run Unit Test Cases
15:45 Configure Sonarqube in Jenkins
26:22 OWASP Dependency Check
32:21 Code Build
36:08 Docker Build & Push
50:02 Running Docker container
54:12 Deploy to Tomcat Server
Рекомендации по теме
Комментарии
Автор

Thank you aditya sir for your valuable content🙏🏻

shivamraghuvanshi
Автор

your videos are very informative 😊 thank you

bharath
Автор

If you can create a series for AWS Certified DevOps Engineer that covers everything im pretty certain you may be the only one on YouTube that will do that and your channel will gain more traction and higher visibility. Thank you for this video anyway. very informative.

xXWillyxWonkaXx
Автор

Hello Sir, can you please tell me What is the purpose of docker, you just create a container here, not deploying application on docker container. You deploy application on Tomcat server, not on docker container

parshuramvasekar
Автор

Hi Aditya,
I have two questions, I Need your help, i request your help on this issue.

Q1 :
I have created one docker image with port expose (-p 8082:8082) and successfully created an image and container using the jenkin pipeline.
but, the port is not configured to the container and unable to start the container.

Machine : Ubuntu 20.4
Note : Jenkins running same machine with 8080

stage('Deploy DockerImage') {
steps {
sh 'docker run -d --name mypet1 -p 8082:8082
}
}

Q2:
Jenkins machine running XX.XX.XX.140 one machine. I want to place docker image and container's into other machine, how can we do this using jenkins pipeline ?
Machine : Ubuntu 20.4

rameshm
Автор

Is application will also run on the docker container, without deploying into tomcat server ?

also I am facing issue with last stage that error : permission denied
Did I need to do anything configuration specifically for the last stage

saikumarrayankula
Автор

Aditya, Need small help... I'm unable to set 8082 port to the container. Please help on this
Note : same machine jenkins is running on 8080 port.

rameshm
Автор

While doing last step to tomcat
Permission got denied to copy
Any solution brother

mr.cloudbook
Автор

Owasp dependency-check plugin ---> Code Security purpose or something else Please let me know.

pandudamera
Автор

for java based project you have maven for other language like python what would be use for build

saravananmad
Автор

Thank you pls conduct resume preparation session 3-4years ADO please Aditya

srinivas
Автор

Please make on video resume presentation for devops in 2+ year of experience

jibanjyotiparida
Автор

can we add this in our resume?? ... if we can add then plzz tell what are the key points we will mention in this project

rkmncnw
Автор

Hi DevOps Shack, How can i use the docker scan using Trivy scanner?

amarnathnachimuthu
Автор

how can i get the github repo for the source code pls

gifteno
Автор

sir,
it is showing Finished: UNSTABLE
can you helm me for that

nareshbabuy
Автор

code compile taking 1 hour still running what might be the reason

ScenesAdda_
Автор

Hi, bro Can you please elaborate more on this sh ''' (this plugin) I could not understand \
-Dsonar.java.binaries=. \
'''

pandudamera