3 minutes in and you already taught me what I wanted to know the most; HOW jenkins actually works behind the scenes. Surprised how hard this was to find. THANK YOU! Will be watching the rest.
Hi Brad, great course on Jenkins. I like how you went thorough the steps of explaining Jenkins concepts to setup of Jenkins and agents with Docker. One of the best videos on the Jenkins on RUclips. Thanks👍
Literally this was the best video on Jenkins that I've ever seen 🔥 I loved the way of your explaning concepts and giving demonstration 🤩 Thank you so much ♥ Love and Support from India 🇮🇳
Well, my company's pipeline is a scripted pipeline, they asked me to do error handling, i had never seen jenkins before, i saw your video, and i still don't understand it. Your video was great and i now understand the basics of Jenkins. Now i just need to understand my company's Jenkinsfile.
Thank you so much! This tutorial is basic and that makes it great! I followed it using vm with centos and aws free tier account, worked both times flawlessly.
This is a top tier video. Covers the essentials well and also went over the background of how to set up agents and a jenkins master node. Look forward to your other videos.
so for this was the best video on Jenkins that I've ever seen. the way u explained everything i understood on point. thanks for the video. subscribed to ur channel
Merci pour la vidéo , c est un cours complet de jenkins ça m'a aidé à comprendre en gros le principe et les manipulations que je pouvais faire dessus !!
43:39 whats the correct jdk version for ARM ? im getting an error: **com.github.dockerjava.api.exception.DockerClientException: Could not pull image: no matching manifest for linux/arm64/v8 in the manifest list entries**
just suddesting to add docker-compose.yml to your repo Example of what am using on my computer below version: '3' volumes: jenkins-data: jenkins-docker-certs: services: jenkins: image: jenkins-local:latest container_name: jenkins_server_container restart: on-failure ports: - 8080:8080 - 50000:50000 environment: - DOCKER_CERT_PATH:"/certs/client" - DOCKER_TLS_VERIFY:1 - DOCKER_HOST:"tcp://docker:2376" volumes: - jenkins-docker-certs:/certs/client:ro - jenkins-data:/var/jenkins_home
Very informative material and one of the few devops videos where I understand the accent. The only minus is the video skips some critical set up steps especially for a beginner so you spend more time pausing trying to google or research the missing steps
Thank you for this video. You covered all that I needed to know about Jenkins in just an hour. You're an excellent teacher and have earned my subscription :)
Very well and detailed explanation in simple words.. I'm glad I get this video..now my almost 70% concepts are cleared with these videos.. Thanks DevOps Journey!!
Heads up for you who are following along the vid. For the python agent part, prior to creating the python agent the build failed due to python not being available on the alpine agent as shown in the video. on my end the second build after the python agent was configured the console output stated that the the repo couldn't be copied, although after waiting a few minutes whilst looking at the output as a monkey and reruning the build it was a success.
Thank you so much, you teach really well. Almost done with this, had to check if you had anything on Ansible too, yay! there is.... I let the ads run fully too as my little way of saying thank you....
Thank you very much. This was extremely beneficial and straight to the point. Could you please cover the topics of parameters and multi-branch pipelines in Jenkins?
Thank you! This is a nice comprehensive tutorial. I have one question: what if my jenkins master runs on a server and I want to install the docker agent on my local machine? How could I connect the local docker agent to the server instance in this case?
I wasn't able to get jenkins to install python so I couldn't finish the last 2 projects. I still learned a lot from your video, thanks for your content
Really good tutorial, everything works and goes smoothly as you explained. However in RHEL I had to install docker-podman to use docker as podman and crun package so when creating the container instead of using docker run i had to use docker run --runtime /usr/bin/crun or when using the Docker file i had run : docker build --runtime /usr/bin/crun -t
thanks, i got an idea of how the Jenkins work and other part of plugins to connect the server or clouds with-in, pipeline setup stages, new project and source management with configuration of docker image as an agent is good..
Hi, it is a great tutorial thank you so much! I tried to install the Jenkins but when i give the password the next page is 404 not found. What should the problem? Thank you your help!
After creating the container for the agent, it starts and then stops and restarts in a loop. I can see the following output but have no clue why? socat[1] E exactly 2 addresses required (there are 3); use option "-h" for help Edit : fixed it, was a typo
3 minutes in and you already taught me what I wanted to know the most; HOW jenkins actually works behind the scenes. Surprised how hard this was to find. THANK YOU! Will be watching the rest.
Also watching you go through the complete process naturally and troubleshooting along the way was really helpful.
This should be the top video when looking for a beginners Jenkins guide!
Definitely it really help me a lot.
@@bakareolawunmi6866 me too
đã nhờ và thành công
Watched a ton of "Jenkins" videos this weekend and this one was the absolute best ! Presentation + content were both awesome.
couldnt agree more with you.
Hi Brad, great course on Jenkins. I like how you went thorough the steps of explaining Jenkins concepts to setup of Jenkins and agents with Docker. One of the best videos on the Jenkins on RUclips. Thanks👍
The clarity of his voice gave me chills~~
This video is incredible. It is first time to finish an IT course ever. Thanks for sharing this video for free.
Hahaha i can relate, IT courses are so hard to finish 😊
Watched a ton of "Jenkins" videos this weekend and this one was the absolute best ! Presentation + content were both awesome.
I'm new to this, but after watching your video, I feel confident that even without prior knowledge, I can make it happen. Thank you!
Literally this was the best video on Jenkins that I've ever seen 🔥
I loved the way of your explaning concepts and giving demonstration 🤩
Thank you so much ♥
Love and Support from India 🇮🇳
Wow, thank you!
Waw thank you, as a backend engineer, your video is my first step into the world of devops ! You the best !
1 word for this tutorial: impeccable
Really appreciate your efforts putting for creating very interactive video.
With one go completed ✅
Well, my company's pipeline is a scripted pipeline, they asked me to do error handling, i had never seen jenkins before, i saw your video, and i still don't understand it.
Your video was great and i now understand the basics of Jenkins. Now i just need to understand my company's Jenkinsfile.
I did not meet such an instructor as YOU man, Perfect and make thing look so easy, THANKS A LOT..
No one can be told what Jenkins really is, you have to see it for yourself
You can't be taught to hate it, you have to learn to hate it 😂
I usually don't comment but you deserve an appreciation Thank you for amazing tutorial.
Thanks for sharing! It´s the first time I could follow a tutorial about jenkins along successfully!
Thank you so much! This tutorial is basic and that makes it great! I followed it using vm with centos and aws free tier account, worked both times flawlessly.
Hello Robert, How did you install Docker on Centos ?? 🤔
Thanks for putting this together, for me, this is the best comprehensive jenkins tutorial for beginners
This is one of the most wonderful collective info I have ever watched. Thanks a lot
Great information here, a close attention is needed here to avoid mistake. go over and over again for proper understanding. Thank you sir
I work for a bank, and Jenkins is still an important tool for deployment.
One of the best video for setting up the Jenkins as a Docker container. Very useful, Thank you
This is a top tier video. Covers the essentials well and also went over the background of how to set up agents and a jenkins master node. Look forward to your other videos.
Best Jenkins learning course. clear and well explained with real-time walkthrough
Extremely informative and easy to follow. A perfect intro to Jenkinks for an ADO pipelines developer.
Great demo, it helped me understand Jenkins, so cool. Great work Brad.
so for this was the best video on Jenkins that I've ever seen. the way u explained everything i understood on point. thanks for the video.
subscribed to ur channel
Merci pour la vidéo , c est un cours complet de jenkins ça m'a aidé à comprendre en gros le principe et les manipulations que je pouvais faire dessus !!
43:39 whats the correct jdk version for ARM ? im getting an error: **com.github.dockerjava.api.exception.DockerClientException: Could not pull image: no matching manifest for linux/arm64/v8 in the manifest list entries**
Finally, I can get started with Jenkins.
One of the best videos on the Jenkins on RUclips for sure, thanks Brad! This will be really helpful for me.
Absolutely underrated video
if you have problems with reaching your socat instance, try disabling your firewall and start another socat container
You are the best! very comprehensive video showing everything in detail and not consuming extra time to make the video lengthy! awesome work
just suddesting to add docker-compose.yml to your repo
Example of what am using on my computer below
version: '3'
volumes:
jenkins-data:
jenkins-docker-certs:
services:
jenkins:
image: jenkins-local:latest
container_name: jenkins_server_container
restart: on-failure
ports:
- 8080:8080
- 50000:50000
environment:
- DOCKER_CERT_PATH:"/certs/client"
- DOCKER_TLS_VERIFY:1
- DOCKER_HOST:"tcp://docker:2376"
volumes:
- jenkins-docker-certs:/certs/client:ro
- jenkins-data:/var/jenkins_home
Really informative now i am going to setup this lab on my pc. and start learning
This is an amazing tutorial, very informative and concise! Thank you so much ♥
Very informative material and one of the few devops videos where I understand the accent. The only minus is the video skips some critical set up steps especially for a beginner so you spend more time pausing trying to google or research the missing steps
Wow! absolutely fantastic video for beginner's hands-on. This video gives me a better understanding of creating pipeline.☺
Thank you for this video. You covered all that I needed to know about Jenkins in just an hour. You're an excellent teacher and have earned my subscription :)
Very well and detailed explanation in simple words.. I'm glad I get this video..now my almost 70% concepts are cleared with these videos..
Thanks DevOps Journey!!
Straight to the point, this is a wonderful course, nice job!
Explained really well and with simple steps. Thank you!
Best Video ever on learning Jenkins. Thanks Brad!!!
Clear, Concise, to the point!! You nailed it!!
Thanks Brad for this gorgeos video about jenkins! you have helped me saving so much time! 🔥
Best video for the beginners. Very helpful! Thanks.
Nice and easy introduction on Jenkins, thank you very much!!!👏greetings from 🇧🇷
Nice tutorial. Followed each section with little trouble and learned a lot. Thanks.
Heads up for you who are following along the vid. For the python agent part, prior to creating the python agent the build failed due to python not being available on the alpine agent as shown in the video. on my end the second build after the python agent was configured the console output stated that the the repo couldn't be copied, although after waiting a few minutes whilst looking at the output as a monkey and reruning the build it was a success.
Thanks Brad, this was really useful and superbly explained!
fantastic video, also thank you for your sacrifice by recording past midnight during the work week
😂😂
Thank for you the greatest content on YT.
Thank you for this well constructed quick course about Jenkins technology!
Thanks so much, your video is very helpfull. It helps me to understand easily how to use Jenkins for starters like me.
Hi Brad, Thank you so much! This give me a better understanding about Jenkins.
I really like your content, amazing tutorial, clearly explanation, congratulations!
Thank you so much, you teach really well. Almost done with this, had to check if you had anything on Ansible too, yay! there is.... I let the ads run fully too as my little way of saying thank you....
To the point, right in the bullseye.
Thank you a lot sir for putting this altogether.
Thanks a lot for going straight to the point with everything one needs to know about Jenkins. Really appreciated your content.
Love it, need more, I'm going to gobble up everything you upload.
Amazing Content for Jenkins, Much recommended
Very good video. Thy for explaining the gists of how to setup jenkins etc 👍🏻. Was very helpful to getting started
Thank you very much. This was extremely beneficial and straight to the point. Could you please cover the topics of parameters and multi-branch pipelines in Jenkins?
Thanks a lot for the video, I followed along back to back!
Hi Brad, Thanks for sharing. It gave a really nice quick start on Jenkins!!!
Hi Brad,
Thanks you so much for an awesome explanation of Jenkins.
Great tutorial. I will try it out this weekend. Thanks
Thanks Brad it was great video, refreshed my jenkins knowledge
Great video, thank you very much for putting this together.
Thanks for the tutorial, clear and concise!
Thank you! This is a nice comprehensive tutorial. I have one question: what if my jenkins master runs on a server and I want to install the docker agent on my local machine? How could I connect the local docker agent to the server instance in this case?
Thank you so much for this! This is absolutely perfect video that it helped me a lot to understand most of things about Jenkins! Appreciated.
Thanks for this! I really need the hands-on experience and this helps. Appreciate it :)
It was very nice demonstration and loved it...
59:49 You saying "I have the memory of a goldfish" LOLs But *you are Gold* 💛Totally enjoyed the tutorial and I'm no longer intimidated by Jenkins!
I wasn't able to get jenkins to install python so I couldn't finish the last 2 projects. I still learned a lot from your video, thanks for your content
Same issue
Same issue but it was the agent, docker agent python, it was messed but ima do another
Really good tutorial, everything works and goes smoothly as you explained. However in RHEL I had to install docker-podman to use docker as podman and crun package so when creating the container instead of using docker run i had to use docker run --runtime /usr/bin/crun or when using the Docker file i had run : docker build --runtime /usr/bin/crun -t
This was really a great introduction to Jenkins course. Thank you so much Brad!!
thanks, i got an idea of how the Jenkins work and other part of plugins to connect the server or clouds with-in, pipeline setup stages, new project and source management with configuration of docker image as an agent is good..
great jenkins tutorial for 1 hour !! thanks
Thanks that was very helpful for a beginner like me 🎉
Good content and easy to followup 💯
Great content, well explained. Love your voice!
Quick, abordable, pretty concise in around 1 hour.
With proper github projects to practice on our own.
Pretty nice, thanks a lot for sharing.
Hi, it is a great tutorial thank you so much! I tried to install the Jenkins but when i give the password the next page is 404 not found. What should the problem? Thank you your help!
Thank you for making this course!
thank you so much. Your video is immensely helpful.
Hi Brad thanks a lot for this tutorial it was very interesting!!!
🎉 thank you. Thats all I was wishing for for now.
Thank you so much for you tutorial. Saved me a lot of time on my project!
After creating the container for the agent, it starts and then stops and restarts in a loop. I can see the following output but have no clue why?
socat[1] E exactly 2 addresses required (there are 3); use option "-h" for help
Edit : fixed it, was a typo
Definitely a great video and tutorial. Helped me a lot to get into Jenkins principles and use. Thanks a lot !
this is a very good tutorial, thank you sir
Best Jenkins video i ever found🔥
that's enough to make me take the time to learn jaaaaankins!!!
"DevOps is like doing legos" ... love it!
i owe you a beer man! thanks for such a perfect and refresher tutorial! 👍
Thank you for this vid btw, extremely valuable.
32:25 Hell world --- nice freudian slip, but quite accurate! 😅