Terrific Step-by-step CICD project. Keep up the good work... Docker connect and pinging other container trick was new to me, thanks for that...
@iQuantConsult2 ай бұрын
Thanks man. Glad it is helpful!
@godwinrurio90602 ай бұрын
This channel deserve more subscribers. Thanks a lot brother!
@iQuantConsult2 ай бұрын
I appreciate it Godwin. Please feel free to share the channel with others. 👍
@kondemahesh-il6fzАй бұрын
sir wonderful explanation, please continue to deploy on ecs with Jenkins pipeline. include steps to configure ECS with Jenkins and automate deploy on ECS with Jenkins
you need to show everything from the scratch man, i stuck over after you started the commands @2:21 in the terminal. Thank you.
@iQuantConsultАй бұрын
@@AlwalaManoj-w5b okay, I will do that. First, clone the repository from GitHub. The link is in the description. Let me know the specific issue you are having and I’ll guide you.
@iQuantConsultАй бұрын
Okay. First, make sure you have docker installed on your machine, The rest follows from there. Let me know the issues you are having.
@rizqinrifaiАй бұрын
hi sir. i have issue. i using jenkins host and sonarqube (docker). but i have a issue (17:34:00 09:34:00.215 ERROR You're not authorized to analyze this project or the project doesn't exist on SonarQube and you're not authorized to create it. Please contact an administrator.)
@iQuantConsult29 күн бұрын
@rizqinrifai Is your Jenkins also running in a docker container or it's running on a VM?
@ShubahmKumarSahu2 ай бұрын
its very good and informative videos thanks. can you inform me how you install docker and Jenkins because i am beginner and how you change hostname and pre start activity , thank you again for this CICD Projects
@iQuantConsult2 ай бұрын
Hi, @Shubahm_jimi Thank you. To install docker on your computer, please watch this video on my channel of how to do that: kzbin.info/www/bejne/hIKxkKdsYpl5qM0si=I9P7s-azEGXhpzrx. I setup Jenkins using a container and the command I used for that can be found in the video at 1:50. Or you can refer to this video I did on the same thing from scratch: kzbin.info/www/bejne/mIHcl39qerONj5Ysi=iJs-zfM3jRBxCaar That should help with starting and following the project. No need to change hostname in this project but if you want to, use the command: sudo hostnamectl current-hostname new-hostname. Let me know if you have any questions and stick around for more contents.