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

Поделиться
HTML-код
  • Опубликовано: 2 ноя 2024

Комментарии • 50

  • @deivasigamanimurugan4892
    @deivasigamanimurugan4892 Год назад +1

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

  • @АннаБезгіна
    @АннаБезгіна Год назад +2

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

  • @soumitralahiri100
    @soumitralahiri100 Год назад +1

    Another great video. Very clearly explained with example.

  • @ssideas8744
    @ssideas8744 5 месяцев назад +1

    Very useful and clean explanation
    Thanks 🎉

  • @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!

  • @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.

  • @shilpashravge8083
    @shilpashravge8083 2 года назад

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

  • @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.

  • @shobhahs4216
    @shobhahs4216 4 месяца назад +1

    Very helpful , Thank you

  • @MsGomathy
    @MsGomathy 2 года назад

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

  • @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

  • @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 ruclips.net/video/bcMPotY18Uo/видео.html

  • @shobhitAgarwal-ps4ed
    @shobhitAgarwal-ps4ed 10 месяцев назад +1

    Thank you Mukesh

  • @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?

  • @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.

  • @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

  • @deepakpradhan7968
    @deepakpradhan7968 3 года назад +1

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

    • @Mukeshotwani
      @Mukeshotwani  3 года назад

      Hi Deepa, make sure key is valid.

  • @dillirani1921
    @dillirani1921 2 года назад

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

  • @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.

  • @PritamBekwadkar
    @PritamBekwadkar 11 месяцев назад

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

    • @muzammil9482
      @muzammil9482 4 месяца назад

      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.

  • @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?

  • @sunildhakad-v4q
    @sunildhakad-v4q 5 месяцев назад

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

  • @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

  • @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 Год назад

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

  • @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?!!