How to Create a GitHub Organization in Jenkins

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

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

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

    Great video that helped me understand Jenkins pipelines a little bit better was able to get everything in this tutorial to work successfully!

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

    Nice video Darin! Thank you so much teacher for the class !

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

    Very helpful, I learned a lot in this tutorial.
    Cheers,

  • @srikanthshanmukha9207
    @srikanthshanmukha9207 2 года назад +2

    Great video sir. But private repos are not accessible with this setup. During scan only public repos are listed. any suggestion please.

    • @jazziro17
      @jazziro17 10 месяцев назад

      no 1 still has an answer for this?

    • @barangoktas6090
      @barangoktas6090 9 месяцев назад

      guys as far i know to be able to access private repos "Outside collaborators can only use personal access tokens (classic) to access organization repositories that they are a collaborator on." so i think only classic tokens can be used istead of github apps

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

    Any way to add credential to scan the organizations private repos as well?

    • @realjasonlima
      @realjasonlima Год назад

      stuck at 17:05

    • @jazziro17
      @jazziro17 10 месяцев назад

      no 1 still has an answer for this?@@realjasonlima

  • @LeHoang-cb7ng
    @LeHoang-cb7ng 2 года назад +1

    Thank you. Pls tell me if exists any same solution for subversion?

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

    Nice video! Thanks Darin. But in the case when I want to build only the main branch and the Pull Requests, how can I do it? I mean, the main branch will be discovered by the scan and also all oppened PRs, but a branch called test-123 won't.

  • @ВиталийКазак-о8б
    @ВиталийКазак-о8б Год назад +1

    It is not working for private repo

    • @jazziro17
      @jazziro17 10 месяцев назад

      no 1 still has an answer for this?

    • @barangoktas6090
      @barangoktas6090 9 месяцев назад

      guys as far i know to be able to access private repos "Outside collaborators can only use personal access tokens (classic) to access organization repositories that they are a collaborator on." so i think only classic tokens can be used istead of github apps

  • @gadolconsulting
    @gadolconsulting 9 месяцев назад

    Hi Darin, recently I just install jenkins but the Github Organization plugin was deprecated. What's the new way to create the integration? Thanks in advance.

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

    Hello, Recently, I've been working on setting up Jenkins + Github Organization. Now I'm stuck. I have a requirement. Let's say the base branch is "master". PR-1 is opened and to be merged into the master. PR-2 is also opened and is to be merged into the master.
    If PR-1 gets approved and merged, the new commits are merged into the master branch. At that moment, I want the PR-2 to start merging/rebasing the master and then Jenkins will trigger automatically. Is it possible to do that?

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

    What is the preferred way to know the url of the affected repository? Ie do different things depending on the repository.

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

    First thanks, if plugin used is apk-branch is used, pls share the version, seeing that 2.6 is different Tha 2.0 which I'm trying to migrate

  •  2 года назад +1

    Thanks for this. Any idea how to make Jenkins see the private repos? Do I need t to add some special settings to the application?

    • @jazziro17
      @jazziro17 10 месяцев назад

      no 1 still has an answer for this?

  • @aarunpratap
    @aarunpratap 3 года назад +2

    Wonderful video Darin. Thank you for the clear summary ! Super useful.

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

    This was super helpful, the best quick summary of this setup. Thanks Darin.