Hi Mukesh, This is really good explanation the people who wants to learn Jenkins newly. I personally learned Jenkins 3 years back by watching youtube videos only. Out of which this series going to be perfect.
You prolly dont give a shit but does someone know a method to get back into an instagram account?? I was stupid lost my login password. I appreciate any assistance you can offer me!
sir, can you upload a video for how to contribute for open source project jenkins in beggining. I mean where to start contribute in jenkins for begginers. @@Mukeshotwani
Hi Mukesh, I am not able to open my jenkins URL i.e. localhost:8080. When I opened it for the first time then it opened and when I was continuing with y work on it it suddenly giving "Problem Loding page". Could you please help me out.
Hi Mukesh, If Jenkins is in cloud, how to install Jenkins agent. If the Jenkins is in cloud do we need to download and install Jenkins in the local machine ?
Hi mukesh when I run my project I get this error (The goal you specified requires a project to execute but there is no POM in this directory (C:\Users\PATH). Please verify you invoked Maven from the correct directory.) But when I run my project from command line its working fine but when I run my project in jenkin I get this error. So my question is why I don't get this error when i run the project through command line.
Hello Mukesh, thanks for this tutorial. "ipconfi" doesn't work on my command prompt, the response I got was 'ipconfi' is not recognized as an internal or external command, operable program or batch file.
@@Mukeshotwani thanks, I got it fixed. I'm using windows by the way. One other things I noticed is that Jenkins will not run except my command prompt is running, is that how it works?
Yes Niyi since we started using war file so once you close cmd it will stop. In upcoming lectures I will show how we can install jenkins as service so it will run in background even if you close cmd.
Hello Sir, I am getting this error "sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target" , "Caused: sun.security.validator.ValidatorException: PKIX path building failed" ,"Caused: javax.net.ssl.SSLHandshakeException" while installing jenkins plugin. Please help what should be the fix here. I am struggling with this error from last one week and not getting any resolution. Thanks in Advance
hai mukesh.. this video really helped me.. but as you mentioned that by mentioning my machine's ip in the url, anyone can access my jenkins. But when i tried, I am not able to access from other machine. Could you please help me with that?
Hi Mukesh, I would like to run postman scripts in different environments without using local installation of node,newman. Instead I wanted to use docker image and publish the results. I believe this is easy as any one can run in jenkins pipeline or we can put in pipeline to trigger automatically when there is new deployment. Can you please make a video on this. Iam able to run using docker but unsure how to generate html extra report while using docker. This would help a lot to many... Thanks alot
@@Mukeshotwani thank you. This is really going to help community if we have a docker image with postman/newman and html extra report plugin installed. I have tried in my local and it works. But the issue is only with the docker postman/newman image which doesn't have inbuilt html extra report
Hi Mukesh, This is really good explanation the people who wants to learn Jenkins newly. I personally learned Jenkins 3 years back by watching youtube videos only. Out of which this series going to be perfect.
Thank you so much Vital for following from last 3 years. Jenkins has done some UI and functional changes so this series will cover new changes too.
@@Mukeshotwani thank you for making videos with new changes. Without fail I will watch and implement the same.
You prolly dont give a shit but does someone know a method to get back into an instagram account??
I was stupid lost my login password. I appreciate any assistance you can offer me!
hi mukesh sir, this session is really nice! clear sound, understandable and viewers-friendly.
Thanks a ton for following this series. Let me know if you need any help. I would be happy to assist you.
sir, can you upload a video for how to contribute for open source project jenkins in beggining.
I mean where to start contribute in jenkins for begginers. @@Mukeshotwani
Hi Mukesh,
I am not able to open my jenkins URL i.e. localhost:8080.
When I opened it for the first time then it opened and when I was continuing with y work on it it suddenly giving "Problem Loding page".
Could you please help me out.
Hi Yellayi, please dont close cmd which is running Jenkins. Once you close jenkins will stop.
Then how can we start it?
same like how u started earlier java -jar jenkins.war file it will start your jenkins again.
Ok, thank you very much 😊
@Mukesh otwani Thank you for the great series. Can you let me know how to test the case parallelly in Jenkins using Jenkins nodes?
Hi Chirag, yes next videos will be on nodes too.
HI Mukesh, I downloaded the Jenkins. once i closed the command prompt my Jenkins also closed. so what i need to do?
Run same command again and it will be up and running
Hi Mukesh, I just now started the Jenkins series so far its amazing but want to ask you that have you covered Master and slave concepts?
Yes Sai, Its covered with Windows instances.
Hi Mukesh,when I install Jenkins,I dont find any plugins it is empty what can I done to download plugins
Hi Sai, please try jenkins with different version (lower version)
Hi Mukesh, If Jenkins is in cloud, how to install Jenkins agent. If the Jenkins is in cloud do we need to download and install Jenkins in the local machine ?
Thank you Mukesh ji 🙏
Welcome Bhagya
Hi mukesh when I run my project I get this error
(The goal you specified requires a project to execute but there is no POM in this directory (C:\Users\PATH). Please verify you invoked Maven from the correct directory.) But when I run my project from command line its working fine but when I run my project in jenkin I get this error. So my question is why I don't get this error when i run the project through command line.
We have changed the ip but how to change the port along with IP example x.x.x.x:1111 port
Jenkins port is fixed, you can change url with ip, url with system. Jenkins is basically Java application which is running on specific port.
how to get those jenkins icon, i cant find which theme is it.
How to get access N:drive in Jenkins
Could you please help I was stuck my project task
Pls help me
Hi Farooq, if you have driver permission issue then try changing directory and follow video again.
Hi Mukesh,
If you could make videos on GIT, it will be grateful for us.
Happy Testing!
Will upload soon Vinod
Hello Mukesh,
thanks for this tutorial.
"ipconfi" doesn't work on my command prompt, the response I got was 'ipconfi' is not recognized as an internal or external command,
operable program or batch file.
Hi Niyi, are you using MAC or Windows?
I guess there is typo error. It should be ipconfig
@@Mukeshotwani thanks, I got it fixed. I'm using windows by the way. One other things I noticed is that Jenkins will not run except my command prompt is running, is that how it works?
Yes Niyi since we started using war file so once you close cmd it will stop. In upcoming lectures I will show how we can install jenkins as service so it will run in background even if you close cmd.
@@Mukeshotwani that will be great. Thanks so much
Hello Sir, I am getting this error "sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target" , "Caused: sun.security.validator.ValidatorException: PKIX path building failed" ,"Caused: javax.net.ssl.SSLHandshakeException" while installing jenkins plugin. Please help what should be the fix here. I am struggling with this error from last one week and not getting any resolution. Thanks in Advance
Hi Raghu, can you try installing below plugin and just restart jenkins. Let me know if that works for you.
plugins.jenkins.io/skip-certificate-check/
Hi Mukesh,
Thanks for your response. It's resolved now. 😀
@@Mukeshotwani Hi Mukesh, we were asked to install the necessary plugins from Nexus. for that how to download Jenkins plugins from Nexus
hai mukesh.. this video really helped me.. but as you mentioned that by mentioning my machine's ip in the url, anyone can access my jenkins. But when i tried, I am not able to access from other machine. Could you please help me with that?
Hi Mukesh, I would like to run postman scripts in different environments without using local installation of node,newman. Instead I wanted to use docker image and publish the results. I believe this is easy as any one can run in jenkins pipeline or we can put in pipeline to trigger automatically when there is new deployment. Can you please make a video on this. Iam able to run using docker but unsure how to generate html extra report while using docker. This would help a lot to many... Thanks alot
Nice use case with end to end example. I will try to make videos on this too.
@@Mukeshotwani thank you. This is really going to help community if we have a docker image with postman/newman and html extra report plugin installed.
I have tried in my local and it works. But the issue is only with the docker postman/newman image which doesn't have inbuilt html extra report
Hi Mukesh,
Could you please go a bit slow while explaining, I'm new to Jenkins to so, unable to catch this fast. Hope u can understand.
Happy Testing!
Noted Vinod
Thanks 👍
Welcome 👍 Rajesh
Sir please give Appaium tutorial using python sir
Sure Narendran , I will try.
@@Mukeshotwani Thank you sir
hi, the screen is small. i see hard, thanks
Please watch on mig monitor
❤❤❤
❤