Hi Mukesh, you shared the GitHub link in my previous comment, but unfortunately, I delete it because I figured it out later. I didn't think you would reply. If you don't mind, could you please share once again for future reference? This is the first time I could follow Jenkins tutorials thoroughly, keep up the good work man, appreciate it a lot.
Hi Mukesh,This is very good video and we are implementing this Jenkins jobs in our current project .So Thank you so much for this wonderful video ,if any issues I will contact you
Hello Sir, I'm getting an error when I'm passing the repo URL during the configuration of the job. Failed to connect to repository : Command "git.exe ls-remote -h -- "URL" HEAD" returned status code 128: stdout: stderr: remote: The project you were looking for could not be found. fatal: repository 'URL' not found I try with https.
Hello Mukesh, I want to know if I need to connect jenkins to Qliksense (BI tool) what details I will require from Jenkins. Would REST API connection from qliksense can connect to Jenkins
Hi Mukesh, I have one query - What happens and which variable value will it take if we define both in our framework - 1) TestNG Parameter 2) SystemParameterVariable Thanks in advance!
Hi@@Mukeshotwani , I have passed both TestNG parameter and SystemParameterVariable, for both i have given the same parameter value name i.e "browserName". In testng.xml, I have passed "chrome" and from cmd line i have passed "firefox" but it ran on chrome only, as u said SystemParameterVariable is global so it should override the value of TestNG parameter value. Kindly correct me if I'm wrong.
Hi Mukesh, I'm getting below error : stderr: Host key verification failed. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. When using ssh key and running the jenkins job.
Hi Sethu, if you are using ssh link for github in that case you need to add public key in github. You can also use http in that case you can clone without any credentails. Try with below sample repo github.com/Mukesh-50/mavenjenkins.git
Hi Mukesh, It is resolved now by running below command "git ls-remote -h 'give the ssh stringhere without any quotes' HEAD". Now I'm able to run the jenkins job using ssh. Thanks for the reply. These videos helps each and everyone to learn jenkins from scratch.
I tried it with subversion (SVN) and it keeps on giving me the error "Unable to access the repository" even after providing the correct credentials. SVN path is an https link.
An internal error occurred during form field validation (HTTP 500). Please reload the page and if the problem persists, ask the administrator for help. I got this error while using your repo, can you please help me to solve this error
When I run my Jenkins job, then my job is successful, but my test cases are not running in the browser. I am not using any headless mode. Simple maven project with pom.xml and it was running fine in local machine
Best Best Best Mukesh you are the best in all content that you have created. Thank you so much.
Hello Mukesh, great videos, I enjoy learning Jenkins with you. You're doing great, keep it up!
Thanks a ton
Another great video. Very clearly explained with example.
Much appreciated!
Very useful and clean explanation
Thanks 🎉
You are welcome 😊
Hi Mukesh, you shared the GitHub link in my previous comment, but unfortunately, I delete it because I figured it out later. I didn't think you would reply. If you don't mind, could you please share once again for future reference? This is the first time I could follow Jenkins tutorials thoroughly, keep up the good work man, appreciate it a lot.
Hi Kha Bim, no problem github.com/Mukesh-50/mavenjenkins
Thank you for following vidoes. More videos yet to come for advance section too.
Could you please share the Git repo link?
@@Mukeshotwani Thanks a lot, and stay safe!
Hi Mukesh,This is very good video and we are implementing this Jenkins jobs in our current project .So Thank you so much for this wonderful video ,if any issues I will contact you
Anytime Binayak, many more videos are coming for Jenkins.
Thanks a lot with this video. I m able to run my code from git in jenkins.
Hello Sir, I'm getting an error when I'm passing the repo URL during the configuration of the job.
Failed to connect to repository : Command "git.exe ls-remote -h -- "URL" HEAD" returned status code 128:
stdout:
stderr: remote: The project you were looking for could not be found.
fatal: repository 'URL' not found
I try with https.
Very helpful , Thank you
Glad it was helpful!
Quick question: is it possible to integrate ALM -> UFT code with Jenkin and Git ?
Hello Mukesh,
I want to know if I need to connect jenkins to Qliksense (BI tool) what details I will require from Jenkins. Would REST API connection from qliksense can connect to Jenkins
So Mukesh, you did not show how to move code from eclipse to GITHub right? You started this video after you already had the code in your GitHub Repo?
Hi Rohan, I have dedicated video on this ruclips.net/video/bcMPotY18Uo/видео.html
Thank you Mukesh
Most welcome
you need to specify the correct POM file path in the project configuration? i am getting this error. How to fix it? any help?
Hi Mukesh, I have one query -
What happens and which variable value will it take if we define both in our framework -
1) TestNG Parameter
2) SystemParameterVariable
Thanks in advance!
Hi Anshul, TestNG Parameter is scope till xml and SystemParameterVariable scope is global.
Hi@@Mukeshotwani , I have passed both TestNG parameter and SystemParameterVariable, for both i have given the same parameter value name i.e "browserName".
In testng.xml, I have passed "chrome" and from cmd line i have passed "firefox" but it ran on chrome only, as u said SystemParameterVariable is global so it should override the value of TestNG parameter value. Kindly correct me if I'm wrong.
Hi Mukesh, I'm getting below error :
stderr: Host key verification failed. fatal: Could not read from remote repository. Please make sure you have the correct access rights
and the repository exists. When using ssh key and running the jenkins job.
Hi Sethu, if you are using ssh link for github in that case you need to add public key in github. You can also use http in that case you can clone without any credentails.
Try with below sample repo
github.com/Mukesh-50/mavenjenkins.git
Hi Mukesh, It is resolved now by running below command "git ls-remote -h 'give the ssh stringhere without any quotes' HEAD". Now I'm able to run the jenkins job using ssh. Thanks for the reply. These videos helps each and everyone to learn jenkins from scratch.
Awesome Sethu
Great sir but I get a error of 128 host key verification failed in my Jenkins when try for ssh .
Hi Deepa, make sure key is valid.
Sir I don't have git option under source code management how to get git option.
I tried it with subversion (SVN) and it keeps on giving me the error "Unable to access the repository" even after providing the correct credentials. SVN path is an https link.
Hi Umang, are you trying with ssh or https. Please share more details about.
@@Mukeshotwani I am trying with HTTPS link.
And if trying it with local SVN repository, it's working fine.
Hi Mukesh, Im facing ERROR: Maven JVM terminated unexpectedly with exit code 137
Finished: FAILURE. .. what could be the issue ?
check console and you will the failure reason. click open the build. go to console and go thru the logs slowly you will see the errors. Its easy.
Can anyone share me this maven project so that I could implement it as I have never worked with maven project?
hello sir but my project build is showing a unstable even build successfull....al the way i have followed your process..
Can u add some light to Allure implementation with this?
Getting failed to connect to repository error while putting repository url in GIT. Please advise
An internal error occurred during form field validation (HTTP 500). Please reload the page and if the problem persists, ask the administrator for help. I got this error while using your repo, can you please help me to solve this error
how to pass two parameters at the same time in command prompt
When I run my Jenkins job, then my job is successful, but my test cases are not running in the browser. I am not using any headless mode. Simple maven project with pom.xml and it was running fine in local machine
Hi. Did you get a solution for this? i am encountering the same issue
what?!!