I just finished your tutorial. I am convinced that it is the best for beginners. Better still, your teaching is effective, your method is excellent and your explanations are clear and easy to understand. Thank you very much. Good luck!
with pleasure!!! Valentin a few words, thanks for the course, but couldn't you show and explain in which commander you write commands, that it's not cmd, but it a git bush. I spent 3 weeks figuring out this problem!!! Is this done on purpose?????
this is the second of your videos i have watched. put together very well with loads of info presented in an interesting, easy to follow manner. ty for your effort yet again - i really appreciate your great work.
Great course and great explanations. I was able to generate the jars from my spring boot app following your course. At first was stucked trying to use the jenkins:blueocean image, even tried multiple tutorials from medium, every single tutorial I found from other sites but no luck, and finally I have used your ultra easy way to install Jenkins, worked since the beginning, later I was stucked trying to use the maven and JDK included in Jenkins(without docker), but a specific version of JDK was required... and by some reason JDKs are not downloaded properly by Jenkins right now, so the approach you showed of using docker as an agent to compile was much more effective and easy to implement in my opinion. Thank you so much!👌
+ docker pull node:18-alpine Failed to initialize: unable to resolve docker endpoint: open /certs/client/ca.pem: no such file or directory Im getting this error, although I have checked that the Docker plugin is installed and up to date. Weird that this has happened.
@@vdespa Im running docker on a alpine vm that has docker installed, it should still work right? Does docker desktop for windows work differently for docker installed on an ubuntu or alpine local vm
If in case during Jenkins Build anyone is facing issues saying *`npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.* I had some package versions mismatch, no matter what. I had to manually install two packages with the desired versions mentioned in the error: - npm install ajv@^8.17.1 - npm install typescript@^4.9.5 Then the Jenkins Build worked. My settings: node version 18.20.4, npm version 10.7.0
I am getting stuck at 9.20, It's not proceeding with Jenkins installation on Windows 11. Instead, it points EDBPostgresql server is up and running. Any solution for this would be most welcome.
I can't seem to get over the hurdle. I've gotten to creating the pipeline w/o Docker and w/ Docker, but I keep getting an error "docker: not found". I can't seem to progress past this even after adding --privileged tag to the docker run command for jenkins. Docker pipelines plugin is installed in Jenkins.
@@vdespa if Jenkins is run on a host server like Linux on your computer, that means your team will rely on your machine before they can deploy. Recently, our gitlab runner time run outs, I have to install a runner on my macos , anytime one of my team pushes to gitlab and my machine is down, then the job won't run. What am trying to say is that DevOps is kinda expensive in terms of cost usage. Aws charges us about $300 last month for just staging environment and we are not that receiving traffic, so imagine we install our gitlab runner on aws , that's extra charges again.
I wasn't able to finish the hands-on. I downloaded docker desktop and it won't run. Also instructions are not clear or concurrent with instructor's work and github repo. For example he said open terminal and do ..... Considering this is for beginner, where the heal will they know where to find the terminal.
i was just looking for such devops ci cd course, and there's no better teacher than u to teach it.. i would pay for a bootcamp by you for such contents!
Hi all. I am new with Docker. It seems as soon as I run docker compose up -d and then I go to localhost:8080. It is asking me for a user and password. I haven't setup Jenkins so not sure why it didn't ask me for the Inital Admin Password so I could setup an user. Can somebody please advise? I checked the config.xml and there is an admin user already here but the password it is a hash. I can't modify the file to restart.. any advise would be appreciate
Valentin, thanks for the course, but couldn't you show and explain in which commander you write commands, that it's not cmd, but git bush. I spent 3 weeks figuring out this problem!!! Is this done on purpose????? Валентин спасибо за курс, но разве нельзя было показать и обьснить в каком командере ты пишешь команды, что это не cmd, а git bush. Я 3 недели разбирался с этой проблеймой!!! Это специально так сделано?????
You can help me create more courses like this one by liking and subscribing. ❤
I just finished your tutorial. I am convinced that it is the best for beginners. Better still, your teaching is effective, your method is excellent and your explanations are clear and easy to understand. Thank you very much. Good luck!
@@nadetdevfullstack7041 Glad to hear this was useful! Thanks for your comment.
with pleasure!!!
Valentin a few words, thanks for the course, but couldn't you show and explain in which commander you write commands, that it's not cmd, but it a git bush. I spent 3 weeks figuring out this problem!!! Is this done on purpose?????
There is a saying that "teach me as if i am a kid " and yes you are explaining it so well.Thank you sir
You are welcome. Thank you for leaving a comment.
Seriously ... the best tutorial I've seen so far. GREAT work.
Glad it was helpful! You are welcome. Thank you for leaving a comment.
I am huge fan of your way of teaching . Thanks a lot for this video on Jenkins , CI/CD . You are a life saver!!... :)
Glad to hear that, thanks!
this is the second of your videos i have watched. put together very well with loads of info presented in an interesting, easy to follow manner. ty for your effort yet again - i really appreciate your great work.
Glad it was helpful!
Thank you for this course Valentin! Just installing Jenkins is a pain in the ass at least for such beginners as me! I hope this will help!
You're welcome, let me know if you have any issues with the installation.
Fantastic course, you’ve done it again! I love your teaching style, thank you for helping so many people learn Jenkins skills Valentin 😊
@@bethmarshall thanks Beth, I appreciate you saying that 🤗
Well explained. Really helpful to someone who stuck with jenkins.
@@delltuff Glad to hear. Thanks for your comment!
Great courses , thank you very much 😊
@@codewithmajed Glad to hear, thanks for the comment.
Wow! this is incredible you are way of explaining about jenkins is nothing but perfect thank you for this great content!
You are welcome. Thank you for leaving a comment.
Thanks a lot for this video on Jenkins, big fan your teaching.
You are welcome. Thank you for leaving a comment.
Great course and great explanations. I was able to generate the jars from my spring boot app following your course. At first was stucked trying to use the jenkins:blueocean image, even tried multiple tutorials from medium, every single tutorial I found from other sites but no luck, and finally I have used your ultra easy way to install Jenkins, worked since the beginning, later I was stucked trying to use the maven and JDK included in Jenkins(without docker), but a specific version of JDK was required... and by some reason JDKs are not downloaded properly by Jenkins right now, so the approach you showed of using docker as an agent to compile was much more effective and easy to implement in my opinion. Thank you so much!👌
@@luiskywalker69 Thanks for your kind words. Glad to hear this was useful.
Thanks for this sharing. Excellent tutorial for beginner !
You are welcome. Thank you for leaving a comment.
Thank you so much sir ❤
@@bhaskargowda-3955 You're welcome. Happy learning!
thank you so much for this valuable course
You are welcome. Thank you for leaving a comment.
+ docker pull node:18-alpine
Failed to initialize: unable to resolve docker endpoint: open /certs/client/ca.pem: no such file or directory
Im getting this error, although I have checked that the Docker plugin is installed and up to date. Weird that this has happened.
@@rhodium92 Are both containers running in Docker Desktop?
@@vdespa Im running docker on a alpine vm that has docker installed, it should still work right? Does docker desktop for windows work differently for docker installed on an ubuntu or alpine local vm
@rhodium92 Honestly am not familiar with this setup, so I can't really weigh in.
@@vdespa I have installed Jenkins again via the offiicial website and i believe without blueocean and now I am not running into any docker issues
Thanks 👍
Glad it helped! You are welcome. Thank you for leaving a comment.
This right here is a clear way to start with Jenkins and I wish to complete the course. Is there a discount code or some sort?
great tutorial,
but when im run build i get ' docker not found' error, anyone help please?
@@avivovgen7786 Try installing Docker Desktop and ensure it is open. Also restart your computer if you didn't do this already.
If in case during Jenkins Build anyone is facing issues saying *`npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.*
I had some package versions mismatch, no matter what. I had to manually install two packages with the desired versions mentioned in the error:
- npm install ajv@^8.17.1
- npm install typescript@^4.9.5
Then the Jenkins Build worked.
My settings: node version 18.20.4, npm version 10.7.0
@@_rraacccooonn Thanks for sharing this, I will look into it.
how can i found the xml file i don't understand?
I am getting stuck at 9.20, It's not proceeding with Jenkins installation on Windows 11. Instead, it points EDBPostgresql server is up and running. Any solution for this would be most welcome.
Done in 2018. And ChatPman. Why I am in the cirle ?
Can I use localhost jenkins if possible without using docker at all
@@stevensawant8643 You can install Jenkins without Docker, but you won't be able to follow along with the course.
I can't seem to get over the hurdle. I've gotten to creating the pipeline w/o Docker and w/ Docker, but I keep getting an error "docker: not found". I can't seem to progress past this even after adding --privileged tag to the docker run command for jenkins. Docker pipelines plugin is installed in Jenkins.
Did you install Jenkins as explained in the course?
Im getting an error, netlify not found
DevOps is expensive.
To run Jenkins, you will have to run it on a Linux server hosted on aws or azure for your team to be able to deploy successfully.
@@ayomidewilfred1864 Not doing DevOps is more expensive. You can run Jenkins wherever you can, it does not need to be in the cloud.
@@vdespa if Jenkins is run on a host server like Linux on your computer, that means your team will rely on your machine before they can deploy.
Recently, our gitlab runner time run outs, I have to install a runner on my macos , anytime one of my team pushes to gitlab and my machine is down, then the job won't run.
What am trying to say is that DevOps is kinda expensive in terms of cost usage.
Aws charges us about $300 last month for just staging environment and we are not that receiving traffic, so imagine we install our gitlab runner on aws , that's extra charges again.
I wasn't able to finish the hands-on. I downloaded docker desktop and it won't run. Also instructions are not clear or concurrent with instructor's work and github repo. For example he said open terminal and do ..... Considering this is for beginner, where the heal will they know where to find the terminal.
i was just looking for such devops ci cd course, and there's no better teacher than u to teach it.. i would pay for a bootcamp by you for such contents!
@@disrael2101 thank you, very kind of you!
@@vdespa no issue, just being honest.. let me know if you plan for an intensive bootcamp in ai or sre :)
How long does it take for someone who is not from technical backgroud to learn devops and land a job ?
@@mitranshtandekar7728 this really depends on how much time and enthusiasm you put into this. It could be months but also years. Best of luck 🤞
Hi all. I am new with Docker. It seems as soon as I run docker compose up -d and then I go to localhost:8080. It is asking me for a user and password. I haven't setup Jenkins so not sure why it didn't ask me for the Inital Admin Password so I could setup an user. Can somebody please advise? I checked the config.xml and there is an admin user already here but the password it is a hash. I can't modify the file to restart.. any advise would be appreciate
@@joseandresestrada2835 Remove all containers and start over.
Valentin, thanks for the course, but couldn't you show and explain in which commander you write commands, that it's not cmd, but git bush. I spent 3 weeks figuring out this problem!!! Is this done on purpose?????
Валентин спасибо за курс, но разве нельзя было показать и обьснить в каком командере ты пишешь команды, что это не cmd, а git bush. Я 3 недели разбирался с этой проблеймой!!! Это специально так сделано?????
Hi, are you using Mac or build in VM Linux?
@@syafiqpisal1805 This setup uses Docker. So it almost does not matter the underlying OS.
i skipped alot of crap video about jenkins, to reach this gold.
@@pulkit12966 Your comment is gold, that is a lot.
hello im getting no such host when pulling node:alpine8
@@ciangaming1853 alpine8? Pretty sure I've used a different image in the course.
Wow! this is incredible you are way of explaining about jenkins is nothing but perfect thank you for this great content!
You are welcome. Thank you for leaving a comment.