Setup Jenkins for private GitHub Repository | How to Trigger Jenkins Build Using Private GitHub Repo

Поділитися
Вставка
  • Опубліковано 15 жов 2024
  • How to Trigger Jenkins Build Using Private GitHub Repository?
    Agenda:
    Understanding the problem statement for using the private github repository
    Configuring ssh key pair using ssh-keygen command
    Understanding Private and Public Keypair
    Configuring Jenkins and GitHub to understand my Private repository
    My GitHub repository:
    github.com/aka...
    Jenkins Installation Video:
    • What is Jenkins? | How...
    Docker Installation Video:
    • How to Install and Use...

КОМЕНТАРІ • 31

  • @hemilpatel925
    @hemilpatel925 3 роки тому +2

    The explanation is perfect, on the target, I was struggling for the last 2 hrs. Thank you so much

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

    Wow ! Thank you Akash . Finally integrated my private repo with Jenkins through SSH key pair.

  • @AmanDeep-gg6sp
    @AmanDeep-gg6sp 3 роки тому

    Bro thank you so much . Finally i could link jenkins with a private github repo . I saw so many videos and blogs. No one was using private key. Everyone was using public key. That's why it wasnt working . Thanks again 🙌

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

    your video are so useful for me .Thank you akash. Keep creating such type of video's.

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

    Tnq Akash.. Really it's helpful to me

  • @2012YLE
    @2012YLE 3 роки тому

    Thank you so much, I had been stuck over there for couple of days. Now it is resolve by your video!

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

    thank you very much Akash you saved my time

  • @marcomarkproductions
    @marcomarkproductions 3 роки тому +4

    Didn't work for me at first because i didn't have git installed. sudo apt-get install git

  • @AbhishekSrivastava-ot2rv
    @AbhishekSrivastava-ot2rv 4 роки тому +1

    Very nice explanation.
    I have one basic question which is a pre-requisite here: Which plugin do i need to install in Jenkins for integrating it with Git - Is it 'Git plugin' or 'Github Integration' or something else. Please suggest.

    • @TechShareChannel
      @TechShareChannel  4 роки тому

      Git plugin is the one and it comes by default with jenkins installation suggested plugins. If you have not installed just go to the available plug-in section in Jenkins and install git. Make sure to restart jenkins after this activity.

  • @bhangra20001
    @bhangra20001 4 роки тому

    Hey Akash, thank you for the excellent video. Resolve the issue after watching your video.

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

    Hi Akash, How to solve 'detached HEAD' issue in Jenkins?

  • @rajeshdega
    @rajeshdega 4 роки тому

    Hey Akash, Thank you for the video. helped me to understand the 2 ways authentication of Git Repo using http and ssh.

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

    thankyou so much sir

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

    I am using build with Parameter but it is showing blank fields in case of private repo is there any solution ?

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

    Thanks a lot! U saved my life. ;)

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

    mine is windows, where should i generate these keys?

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

    How do we do this in blue ocean?

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

    Thank you brother.

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

    Great video 👍👍

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

    Bro please upload full Devops course

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

    Thanks !

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

    I followed same but its not working for me!

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

      Can you please share the details and the error you are getting.

  • @rumanir
    @rumanir 4 роки тому +1

    superv

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

    something to note out use the git@ url if you use the https link Jenkins will
    raise hellfire upon you with authentication errors :D