Github Webhook Creation | Jenkins Github Webhook Connect | Complete Automation CICD Step By Step.

Поділитися
Вставка

КОМЕНТАРІ • 26

  • @balajigudiwada6082
    @balajigudiwada6082 2 місяці тому +1

    Impressed with explanation. Very helpful please keep doing more n more

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

    Well done, Thanks fir sharing👍

  • @SunitaAgarwal-u4u
    @SunitaAgarwal-u4u Рік тому +1

    Great Concept Explanation along with example. Thanks for sharing. Please keep sharing such useful content🙂

  • @shankarraj3433
    @shankarraj3433 9 місяців тому +1

    Thanks 👍 ❤

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

    Very good example, complete automation end to end😊

  • @RafaelRamos-g5m
    @RafaelRamos-g5m Місяць тому +1

    Great explanation, i'm having an issue, i've my jenkins localy installed in a Virtual Machine, how can i connect github with this local machine, without using ngrok or some similar software

    • @exploredevops
      @exploredevops  Місяць тому

      will check and revert to you if there is any solution for the same.

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

    Good work, keep it up, 👍

  • @RafaelRamos-g5m
    @RafaelRamos-g5m Місяць тому

    Great explanation, but i've a problem, i've my jenkins running in a VM with Virtual Box with Rocky linux env, what can i do to connect my vm with github without using tools like ngrok

    • @exploredevops
      @exploredevops  Місяць тому

      That I am not sure, I'll search if there is any solution then will update you

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

    Great explanation. But i am facing 1 issue. While configuration of webhook i had selected trigger from any branch and it is getting whenever i make any commit in any branch but the problem is that the branch from code is getting pull is default branch. Can i know why it's pulling code from default branch only

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

      Thanks for your feedback. It is because in checkout code stage name of branch is given */main so it is pulling code only from main branch.

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

      @@exploredevops but I have not given any branch just using "scm checkout"

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

      Ok so in that case you need to use multibranch pipeline.

  • @raokrishnasv8
    @raokrishnasv8 4 місяці тому +1

    This feature not working properly when code pushed to git, webhook sending payload to jenkins but jenkins is not running pipeline, its only working fine when its "pipeline script from scm"

    • @exploredevops
      @exploredevops  4 місяці тому

      Thanks for your feedback. I have tested it multiple times and it always work, please follow step by step procedure as I am showing in video.

    • @raokrishnasv8
      @raokrishnasv8 4 місяці тому +1

      @@exploredevops Yes Just now i created new instance and side by side (double monitors) i followed the steps still not working

    • @exploredevops
      @exploredevops  4 місяці тому +1

      @@raokrishnasv8 Ok I'll test at my end again and then will let you know.

  • @roshanchafale3369
    @roshanchafale3369 7 місяців тому

    I am unable to connect to jenkins. Error in webhook: last delivery was not successful. invalid http response:404

    • @exploredevops
      @exploredevops  7 місяців тому

      Thanks for your feedback. Roshan this is tested video. I did it multiple times and it was successful in each attempt. Please try once again by following all steps. Error is 404 means some file is not found. So, there is some problem in your configurations. It is not Jenkins issue.