Тёмный
No video :(

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

DevOps Shack
Подписаться 164 тыс.
Просмотров 83 тыс.
50% 1

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...

Опубликовано:

 

26 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 82   
@venkatsai3264
@venkatsai3264 Год назад
Its a good one bro and also a hearty congratulations for your 1k family keep growing bro all the best ❤❤
@ganeshpawar231
@ganeshpawar231 27 дней назад
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?
@PriyankaN-km6jt
@PriyankaN-km6jt 2 месяца назад
What server did you use to host the web app?
@AASOfficial-tl6zu
@AASOfficial-tl6zu 3 месяца назад
Excellent and really helpful bro.... thank you so much bro❤🎉😊
@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?
@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.
@harishmagalingam5425
@harishmagalingam5425 Месяц назад
Thank u very much for the project
@satendrakumar-ue4ze
@satendrakumar-ue4ze 6 месяцев назад
Thanks brother easy and simple explanations.
@kenneth1691
@kenneth1691 2 месяца назад
This is an amazing video
@InvincibleMan99
@InvincibleMan99 Месяц назад
Hi Brother Where did you specify the deployment server credentials Like IP, username, password?
@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.
@ItsmeJosya
@ItsmeJosya 8 месяцев назад
shopping-cart repo is not available in your repos so could you plz check once
@ryhemmekni9766
@ryhemmekni9766 3 месяца назад
the name of repo is changed to ekart
@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 10 месяцев назад
Great job bro well explained
@angelaldana9044
@angelaldana9044 Год назад
very interesting, good job!
@Kk-rl7nv
@Kk-rl7nv 8 месяцев назад
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 11 дней назад
For python u can use python
@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 :)
@imtiajperbej2018
@imtiajperbej2018 7 месяцев назад
Amazing video bro
@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 .
@prajjwaltripathi5912
@prajjwaltripathi5912 4 месяца назад
Can you make one that how to do for jboss server
@mdbm8665
@mdbm8665 5 месяцев назад
What is that editor u used at 3:15
@deva_2022
@deva_2022 11 месяцев назад
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.
@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
@reeadh1
@reeadh1 2 месяца назад
Shopping-Card repo is not available
@devopsshack
@devopsshack 2 месяца назад
Ekart
@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?
@anirudhbadoni3829
@anirudhbadoni3829 6 месяцев назад
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
@harendrakumar5137
@harendrakumar5137 6 месяцев назад
Bro.. shopping repo is not present inur github.. how we can do this demo
@devopsshack
@devopsshack 6 месяцев назад
Ekart
@reya4182
@reya4182 7 месяцев назад
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 7 месяцев назад
Usually in k8 with proper setup
@reya4182
@reya4182 7 месяцев назад
@@devopsshack thank you....!!!
@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
@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...?
@omkarbasutkar5086
@omkarbasutkar5086 7 месяцев назад
Hii, Did you installed the sonarscaner on same server as Jenkins
@devopsshack
@devopsshack 7 месяцев назад
Yes bro
@chakriatwork3062
@chakriatwork3062 Год назад
Please use instead of Jenkins in next projects Azure devops
@devopsshack
@devopsshack Год назад
Sure
@srivijayalakshmi7962
@srivijayalakshmi7962 7 месяцев назад
hi sir, shopping-cart repo is not available in your repos so check once update
@devopsshack
@devopsshack 7 месяцев назад
Ekart
@codingman8056
@codingman8056 7 месяцев назад
@@devopsshack Thanks buddy
@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
@SurajM-qs3wx
@SurajM-qs3wx 8 месяцев назад
bro which instance to use? t2.micro is crashing
@devopsshack
@devopsshack 8 месяцев назад
minimum t2.medium 4GB RAM 2CPU 15GB volume
@devopsshack
@devopsshack 8 месяцев назад
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
@Enigmatics2
@Enigmatics2 3 месяца назад
bro i think ur going way too fast is this a speedrun?
@satendrakumar-ue4ze
@satendrakumar-ue4ze 6 месяцев назад
Followed
@srinathreddy7662
@srinathreddy7662 9 месяцев назад
its a good tutorial ..appreciate your efforts..however you are going too fast to catch up
@devopsshack
@devopsshack 9 месяцев назад
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 4 месяца назад
Hey bro. Why are you in so much hurry. Please be slow or else grabbing the knowledge is hard
@devopsshack
@devopsshack 4 месяца назад
Hey buddy i was new then on RU-vid Check out my new videos
@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'
@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?
Далее
Jenkins Full Course 2023 | Jenkins Tutorial For Beginners
1:24:14
HOW DID SHE DECIDE TO DO THIS?!
00:27
Просмотров 7 млн
GitLab CI CD Tutorial for Beginners [Crash Course]
1:09:00
It's time for change, it's time for Linux.
10:53
Просмотров 164 тыс.
DevOps CI/CD Project-1
1:14:47
Просмотров 5 тыс.
Learn Jenkins! Complete Jenkins Course - Zero to Hero
1:08:28
How to design a modern CI/CD Pipeline
9:59
Просмотров 119 тыс.