No video

Real-Time CI CD Pipeline Project | CI CD Pipeline | Jenkins CI CD Pipeline

  Рет қаралды 87,208

DevOps Shack

DevOps Shack

Күн бұрын

Real-Time CI CD Pipeline Project | CI CD Pipeline | Jenkins CI CD Pipeline
If you have any questions or suggestions, Please ping me one to one on Instagram at:
/ devopsshack
My Github Repo:
github.com/jai...
Jenkins Full Course:
• Jenkins Full Course 20...
Jenkins Pipeline Script tutorial:
• Jenkins CI CD Pipeline...
Sonarqube Tutorial:
• Sonarqube Tutorial for...
OWASP Dependency Check Tutorial:
• OWASP Dependency Check...
Trivy Tutorial:
• Trivy Vulnerability Sc...
Docker Build & Push Tutorial:
• Docker Build & Publish...

Пікірлер: 84
@ashfaqahmed809
@ashfaqahmed809 4 ай бұрын
don't use music in the background it quit annoying. Hope you already have got a good quality mic. explanation is impressive .
@venkatsai3264
@venkatsai3264 Жыл бұрын
Its a good one bro and also a hearty congratulations for your 1k family keep growing bro all the best ❤❤
@sososo33
@sososo33 4 күн бұрын
Where is part2? This video ended in the middle of you explaining something.
@ShaikhOmerAlmas
@ShaikhOmerAlmas 2 ай бұрын
Great video, I am confused with this question, If in future I made change in code, and run the CI and CD pipeline, As the code will be new and new docker container will be deployed with a new image. What will happen will the old running container? How we can replace the old container with new one without downtime and logged in users will not lose anything?
@AASOfficial-tl6zu
@AASOfficial-tl6zu 4 ай бұрын
Excellent and really helpful bro.... thank you so much bro❤🎉😊
@ItsmeJosya
@ItsmeJosya 8 ай бұрын
shopping-cart repo is not available in your repos so could you plz check once
@ryhemmekni9766
@ryhemmekni9766 4 ай бұрын
the name of repo is changed to ekart
@satendrakumar-ue4ze
@satendrakumar-ue4ze 6 ай бұрын
Thanks brother easy and simple explanations.
@ganeshpawar231
@ganeshpawar231 Ай бұрын
Hi Devops shack, Hope u r doing well... I have one error while running ci pipeline Caused: husdon.remoting.ProxyException: java.io.IOException : Failed to unpack Could you elaborate little bit what's the problem?
@Kk-rl7nv
@Kk-rl7nv 9 ай бұрын
Hi Bro, Can you please suggest if we will not use java language as base then maven is required i.e python or node JS then which build tools will be recommended in this case?
@vid4u542
@vid4u542 22 күн бұрын
For python u can use python
@harishmagalingam5425
@harishmagalingam5425 Ай бұрын
Thank u very much for the project
@greenweekend6827
@greenweekend6827 2 ай бұрын
i am done the 3 stages after OWASP check faild test checkup also faild docker not build
@seeratpathak30
@seeratpathak30 4 ай бұрын
Hi, I tried to setup CI using this pipeline, but due to tests inside repo it failed, on deleting the tests, the pipeline worked well.
@kenneth1691
@kenneth1691 2 ай бұрын
This is an amazing video
@vipinviswanath7413
@vipinviswanath7413 Жыл бұрын
Super one.. Thanks for the video❤.. Have a query "why sonarqube is not mentioned as tools with others above stages? ".. This is the first video im seeing nd a fresher to this field. Subscribed ur video nd if u hv explained the answer to my question in any other video then please post the link.
@yashaswitiwari9047
@yashaswitiwari9047 4 ай бұрын
Thank you for the project idea.
@Ritesh-dt2dw
@Ritesh-dt2dw 6 ай бұрын
Hi bro very small doubt where you mentioned furing build phase in which server docker image to deploy ?
@anoopkmathew4u1
@anoopkmathew4u1 11 ай бұрын
Great job bro well explained
@PriyankaN-km6jt
@PriyankaN-km6jt 3 ай бұрын
What server did you use to host the web app?
@angelaldana9044
@angelaldana9044 Жыл бұрын
very interesting, good job!
@InvincibleMan99
@InvincibleMan99 Ай бұрын
Hi Brother Where did you specify the deployment server credentials Like IP, username, password?
@sreelekhakv9596
@sreelekhakv9596 11 ай бұрын
This is too good. After building the image by docker, no need to use argocd tool and helm here for deploying on AKS ? After image build and image scan, no need to use repository for storing latest images ? So that argocd will pick it up and deploy on AKS. Please clarify me ?
@devopsshack
@devopsshack 11 ай бұрын
Argocd and helm are options, for now I didn’t deploy on Kubernetes. I deployed in docker container If we are deploying to kubernetes then we can use jenkins or argocd or any other cicd toolfor deployment
@sreelekhakv9596
@sreelekhakv9596 11 ай бұрын
@@devopsshack thanks a lot for the quick response. without helm and argocd, can we deploy on Kubernates after CI process using Jenkins?
@imtiajperbej2018
@imtiajperbej2018 7 ай бұрын
Amazing video bro
@reeadh1
@reeadh1 3 ай бұрын
Shopping-Card repo is not available
@devopsshack
@devopsshack 3 ай бұрын
Ekart
@anirudhbadoni3829
@anirudhbadoni3829 7 ай бұрын
The build and Push Docker image job is failing, it is asking for the URL and also throwing an error in tool command.(WorkflowScript: 44: Missing required parameter: "url" @ line 44, column 21)
@rups_kitchen_01
@rups_kitchen_01 5 ай бұрын
Check the script
@goofyguy6954
@goofyguy6954 Ай бұрын
Parentheses" }" me galti hai. Aur url se phele script me .host add karo
@jayeshthorat7424
@jayeshthorat7424 4 ай бұрын
Can I create the docker image and run the container on my same machine where jenkins is installed as i dont want to push the image on docker hub, here is the stage I added but its not working stage('Deploy on docker') { steps { script { sh "docker build -t regapp -f docker/DockerFile ." sh "docker run -d --name registerapp -p 8070:8070 regapp" } } } Your help will be appreciated :)
@thaephwayphwayaung7694
@thaephwayphwayaung7694 8 ай бұрын
great video ... btw how to deploy for multibranch CICD pipeline using jenkins
@devopsshack
@devopsshack 8 ай бұрын
Hey buddy Please refer my advanced jenkins playlist
@thaephwayphwayaung7694
@thaephwayphwayaung7694 8 ай бұрын
oh thx sir@@devopsshack
@reya4182
@reya4182 8 ай бұрын
Hi, may I know, where jenkins will be installed in real world projects. In a custom environment or cloud vms or run as container ?
@devopsshack
@devopsshack 8 ай бұрын
Usually in k8 with proper setup
@reya4182
@reya4182 8 ай бұрын
@@devopsshack thank you....!!!
@prajjwaltripathi5912
@prajjwaltripathi5912 4 ай бұрын
Can you make one that how to do for jboss server
@Enigmatics2
@Enigmatics2 3 ай бұрын
bro i think ur going way too fast is this a speedrun?
@deva_2022
@deva_2022 Жыл бұрын
Bro video is faster than avoid match . Getting confused. To get need to watch more times to get please if possible update. The video with correct voice and video time.
@shivaprasad9559
@shivaprasad9559 Жыл бұрын
How many vm s we need and can we install and config all tools in single ec2 or which are all should be in different ec2 plz suggest
@devopsshack
@devopsshack Жыл бұрын
Depends on u bro Usually I just keep at one big vm because of cost and management 🥲
@shivaprasad9559
@shivaprasad9559 Жыл бұрын
@@devopsshack as we lerners for practice which is best using many ec2 and one big one. And in real time how they will configure in one ec2 or more...?
@mdbm8665
@mdbm8665 6 ай бұрын
What is that editor u used at 3:15
@harendrakumar5137
@harendrakumar5137 6 ай бұрын
Bro.. shopping repo is not present inur github.. how we can do this demo
@devopsshack
@devopsshack 6 ай бұрын
Ekart
@RanjithKumar-ei3su
@RanjithKumar-ei3su 11 ай бұрын
Hi bro I am trying to build angular docker image using Dockerfile in jenkins. When trying to build I have seen below error java.io.IOException cannot run program "docker " : error=2, No such file or directory Can you please help me to resolve this issue
@devopsshack
@devopsshack 11 ай бұрын
Provide correct path to the Dockerfile
@chakriatwork3062
@chakriatwork3062 Жыл бұрын
Please use instead of Jenkins in next projects Azure devops
@devopsshack
@devopsshack Жыл бұрын
Sure
@srivijayalakshmi7962
@srivijayalakshmi7962 8 ай бұрын
hi sir, shopping-cart repo is not available in your repos so check once update
@devopsshack
@devopsshack 8 ай бұрын
Ekart
@codingman8056
@codingman8056 7 ай бұрын
@@devopsshack Thanks buddy
@omkarbasutkar5086
@omkarbasutkar5086 8 ай бұрын
Hii, Did you installed the sonarscaner on same server as Jenkins
@devopsshack
@devopsshack 8 ай бұрын
Yes bro
@vinaykumar-qr6yt
@vinaykumar-qr6yt 8 ай бұрын
Cannot find your Shopping cart repo in your git hub account bro ...help me
@devopsshack
@devopsshack 8 ай бұрын
e-kart
@devopsshack
@devopsshack 8 ай бұрын
github.com/jaiswaladi246/Ekart
@satendrakumar-ue4ze
@satendrakumar-ue4ze 6 ай бұрын
Followed
@SurajM-qs3wx
@SurajM-qs3wx 9 ай бұрын
bro which instance to use? t2.micro is crashing
@devopsshack
@devopsshack 9 ай бұрын
minimum t2.medium 4GB RAM 2CPU 15GB volume
@devopsshack
@devopsshack 9 ай бұрын
minimum t2.medium 4GB RAM 2CPU 15GB volume
@vinaygamineedi3983
@vinaygamineedi3983 7 ай бұрын
Hi i am trying to connect sonarqube server but it was not connecting
@senthilasm0016
@senthilasm0016 2 ай бұрын
same problem any one can help??
@goofyguy6954
@goofyguy6954 Ай бұрын
It won't work like this
@goofyguy6954
@goofyguy6954 Ай бұрын
I tried another way it worked for me
@srinathreddy7662
@srinathreddy7662 10 ай бұрын
its a good tutorial ..appreciate your efforts..however you are going too fast to catch up
@devopsshack
@devopsshack 10 ай бұрын
Initial days buddy, not any more 🙂
@harishchavan8580
@harishchavan8580 4 ай бұрын
bro repo deleted hai bhai
@devopsshack
@devopsshack 4 ай бұрын
Ekart
@jafferraza3604
@jafferraza3604 5 ай бұрын
Yeah repo abto ha hi nh
@devopsshack
@devopsshack 5 ай бұрын
Ekart
@yogesh8615
@yogesh8615 5 ай бұрын
Hey bro. Why are you in so much hurry. Please be slow or else grabbing the knowledge is hard
@devopsshack
@devopsshack 5 ай бұрын
Hey buddy i was new then on KZbin Check out my new videos
@arindampadhy4934
@arindampadhy4934 Жыл бұрын
@DevOps Shack , hey I am getting following error. /var/lib/jenkins/tools/hudson.plugins.sonar.MsBuildSQRunnerInstallation/sonar-scanner/bin/sonar-scanner: No such file or directory [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 127 Finished: FAILURE Can u help me with this? (i didn't get the sonar-qube scripts u have written in the script, please explain that a little next time onwards)
@devopsshack
@devopsshack Жыл бұрын
Credential issues it seems
@arindampadhy4934
@arindampadhy4934 Жыл бұрын
@@devopsshack any idea how to fix this?
@anish1475
@anish1475 3 күн бұрын
Same issue, how did you solve the issue?
@jafferraza3604
@jafferraza3604 5 ай бұрын
yeah reolve kise hogah error maven bhi install krdlia ha or show bhi horha ha Started by user Jaffer DEV org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: WorkflowScript: 5: Tool type "maven" does not have an install of "maven" configured - did you mean "Maven-Instalation"? @ line 5, column 17. maven 'maven'
Real-Time CI CD Pipeline Project | CI CD Pipeline | CI CD
32:06
DevOps Shack
Рет қаралды 7 М.
Jenkins Full Course 2023 | Jenkins Tutorial For Beginners
1:24:14
DevOps Shack
Рет қаралды 133 М.
1ОШБ Да Вінчі навчання
00:14
AIRSOFT BALAN
Рет қаралды 4,9 МЛН
PEDRO PEDRO INSIDEOUT
00:10
MOOMOO STUDIO [무무 스튜디오]
Рет қаралды 24 МЛН
مسبح السرير #قصير
00:19
سكتشات وحركات
Рет қаралды 11 МЛН
АЗАРТНИК 4 |СЕЗОН 2 Серия
31:45
Inter Production
Рет қаралды 676 М.
GitHub Actions Tutorial - Basic Concepts and CI/CD Pipeline with Docker
32:31
TechWorld with Nana
Рет қаралды 1,5 МЛН
DevOps CI/CD Project-1
1:14:47
DevOps and Cloud
Рет қаралды 6 М.
How to design a modern CI/CD Pipeline
9:59
DevOps Journey
Рет қаралды 124 М.
Complete Jenkins Pipeline Tutorial | Jenkinsfile explained
35:06
TechWorld with Nana
Рет қаралды 775 М.
1ОШБ Да Вінчі навчання
00:14
AIRSOFT BALAN
Рет қаралды 4,9 МЛН