How To Configure Jenkins With Github | Build Maven Github Project In Jenkins

Поділитися
Вставка
  • Опубліковано 14 гру 2024

КОМЕНТАРІ • 50

  • @АннаБезгіна
    @АннаБезгіна Рік тому +2

    Hello Mukesh, great videos, I enjoy learning Jenkins with you. You're doing great, keep it up!

  • @deivasigamanimurugan4892
    @deivasigamanimurugan4892 Рік тому +1

    Best Best Best Mukesh you are the best in all content that you have created. Thank you so much.

  • @soumitralahiri100
    @soumitralahiri100 Рік тому +1

    Another great video. Very clearly explained with example.

  • @ssideas8744
    @ssideas8744 6 місяців тому +1

    Very useful and clean explanation
    Thanks 🎉

  • @VinaySingh-ls3kf
    @VinaySingh-ls3kf 3 роки тому +1

    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.

  • @binayakbehera1798
    @binayakbehera1798 3 роки тому +3

    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

    • @Mukeshotwani
      @Mukeshotwani  3 роки тому +1

      Anytime Binayak, many more videos are coming for Jenkins.

  • @shobhahs4216
    @shobhahs4216 6 місяців тому +1

    Very helpful , Thank you

  • @MsGomathy
    @MsGomathy 2 роки тому

    Quick question: is it possible to integrate ALM -> UFT code with Jenkin and Git ?

  • @AnngrahDhar-yc9rg
    @AnngrahDhar-yc9rg Рік тому +1

    Can anyone share me this maven project so that I could implement it as I have never worked with maven project?

  • @kalpanaharibasker6208
    @kalpanaharibasker6208 2 роки тому

    you need to specify the correct POM file path in the project configuration? i am getting this error. How to fix it? any help?

  • @91rajan
    @91rajan Рік тому

    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

  • @shobhitAgarwal-ps4ed
    @shobhitAgarwal-ps4ed Рік тому +1

    Thank you Mukesh

  • @khabim6557
    @khabim6557 3 роки тому +1

    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.

    • @Mukeshotwani
      @Mukeshotwani  3 роки тому +1

      Hi Kha Bim, no problem github.com/Mukesh-50/mavenjenkins
      Thank you for following vidoes. More videos yet to come for advance section too.

    • @khabim6557
      @khabim6557 3 роки тому

      Could you please share the Git repo link?

    • @khabim6557
      @khabim6557 3 роки тому +1

      @@Mukeshotwani Thanks a lot, and stay safe!

  • @deepakpradhan7968
    @deepakpradhan7968 3 роки тому +1

    Great sir but I get a error of 128 host key verification failed in my Jenkins when try for ssh .

  • @shilpashravge8083
    @shilpashravge8083 3 роки тому

    Thanks a lot with this video. I m able to run my code from git in jenkins.

  • @rohanm563
    @rohanm563 3 роки тому +1

    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?

    • @Mukeshotwani
      @Mukeshotwani  3 роки тому

      Hi Rohan, I have dedicated video on this ua-cam.com/video/bcMPotY18Uo/v-deo.html

  • @dillirani1921
    @dillirani1921 2 роки тому

    Sir I don't have git option under source code management how to get git option.

  • @anshulsharda4492
    @anshulsharda4492 3 роки тому +1

    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!

    • @Mukeshotwani
      @Mukeshotwani  3 роки тому

      Hi Anshul, TestNG Parameter is scope till xml and SystemParameterVariable scope is global.

    • @anshulsharda4492
      @anshulsharda4492 3 роки тому

      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.

  • @Umangkhatri
    @Umangkhatri 3 роки тому +1

    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.

    • @Mukeshotwani
      @Mukeshotwani  3 роки тому

      Hi Umang, are you trying with ssh or https. Please share more details about.

    • @Umangkhatri
      @Umangkhatri 3 роки тому

      @@Mukeshotwani I am trying with HTTPS link.
      And if trying it with local SVN repository, it's working fine.

  • @AllGeniuneReviews
    @AllGeniuneReviews 3 роки тому

    Can u add some light to Allure implementation with this?

    • @anujpratapsingh4059
      @anujpratapsingh4059 3 роки тому

      Getting failed to connect to repository error while putting repository url in GIT. Please advise

  • @sethu9518
    @sethu9518 3 роки тому +1

    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.

    • @Mukeshotwani
      @Mukeshotwani  3 роки тому +1

      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

    • @sethu9518
      @sethu9518 3 роки тому +1

      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.

    • @Mukeshotwani
      @Mukeshotwani  3 роки тому +1

      Awesome Sethu

  • @sunildhakad-v4q
    @sunildhakad-v4q 6 місяців тому

    hello sir but my project build is showing a unstable even build successfull....al the way i have followed your process..

  • @kotik6668
    @kotik6668 Рік тому

    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

  • @bhagyashreegade
    @bhagyashreegade 2 роки тому

    how to pass two parameters at the same time in command prompt

  • @PritamBekwadkar
    @PritamBekwadkar Рік тому

    Hi Mukesh, Im facing ERROR: Maven JVM terminated unexpectedly with exit code 137
    Finished: FAILURE. .. what could be the issue ?

    • @muzammil9482
      @muzammil9482 5 місяців тому

      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.

  • @ravi_nelluri
    @ravi_nelluri Рік тому

    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

  • @julianibanez6463
    @julianibanez6463 2 роки тому

    what?!!