How to Create a GitLab Multibranch Pipeline in Jenkins

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ม.ค. 2025

ความคิดเห็น • 23

  • @mitya2096
    @mitya2096 3 ปีที่แล้ว +3

    Many thanks. I waste much time to find right solution for configuring webhooks in multibranch jobs. Will try Gitlab Branch Source plugin)

  • @itsfaustvi0070
    @itsfaustvi0070 3 ปีที่แล้ว

    this single video saved me a ton of time of research, thanks deeply

  • @chtouroukhaldoun4301
    @chtouroukhaldoun4301 ปีที่แล้ว

    well explained - much appreciated !

  • @nurmamedamanov5927
    @nurmamedamanov5927 11 หลายเดือนก่อน

    Thank you, your video was very useful!

  • @chiragprajapati9316
    @chiragprajapati9316 3 ปีที่แล้ว

    Thanks, Really helpful for Multibranch pipeline configure

  • @alimahdavi8125
    @alimahdavi8125 3 หลายเดือนก่อน

    thanks too much for sharing

  • @VelikiyZmey
    @VelikiyZmey 3 ปีที่แล้ว +1

    non hindish - like, sub and god bless you.

  • @aliciaguerrero9030
    @aliciaguerrero9030 3 ปีที่แล้ว

    Thank you so much!

  • @nelta581
    @nelta581 2 ปีที่แล้ว +1

    I can not add any credential, even i have already added the new one, it doesn't appear on droplist. How to fix it?

  • @БогданЛевицький-ю8щ
    @БогданЛевицький-ю8щ 2 ปีที่แล้ว

    Thanks!

  • @chawkimguedmini5684
    @chawkimguedmini5684 3 ปีที่แล้ว

    Thanks for this video, it's very helpful. One question please is this applicable for the pull request?

  • @gzdaniel1969
    @gzdaniel1969 7 หลายเดือนก่อน

    Why `When { branch 'MR-*' }` work for merge request from fix-123 to main? There is no branch name of 'MR-*' there.

    • @gzdaniel1969
      @gzdaniel1969 7 หลายเดือนก่อน

      After MR is created, Jenkins uses a branch named MR-* to build the project.

  • @VladimirPikovski
    @VladimirPikovski 8 หลายเดือนก่อน

    Anybody encounred an issue where multibranch not clones the repo but just obtains the Jenkinsfile ?

  • @ashish9030
    @ashish9030 2 ปีที่แล้ว

    hi,
    I need to download artifacts in gitlab workspace once the Jenkin job is completed. I am using sleep as delay after my curl build command to wait for the build to be complated as of now, but I want to make it dynamic. Could anyone suggest me how do i do that?

  • @rssaini01
    @rssaini01 2 ปีที่แล้ว

    What you done to publish a pipeline status to the gitlab commit or branch?

  • @AbhijeetWaghmare9
    @AbhijeetWaghmare9 3 ปีที่แล้ว

    Thanks for this video just one question can this work fine when I want to merge my changes into another branch instead main/master branch of gitlab. If yes how can we do that?

    • @МихаилТерентьев-ь7я
      @МихаилТерентьев-ь7я 3 ปีที่แล้ว

      Yes, it will work for any branch which contains Jenkinsfile. It's completely up to you how you do merge on GitLab side, plugin works for any MR and any branch.

  • @jteasler
    @jteasler ปีที่แล้ว

    I don't have anything in secret token? Is that a different video?

  • @danielbarros5507
    @danielbarros5507 2 ปีที่แล้ว

    Thankss

  • @raghupathym25
    @raghupathym25 2 ปีที่แล้ว

    How to trigger gitlab pipeline when commit to other branches except develop and master, also while merge to master branch?
    The below code is not working
    rules:
    - if: $CI_COMMIT_BRANCH != “master”
    - if: $CI_COMMIT_BRANCH != “develop”
    - if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == “master"

  • @mustafasamilileri3683
    @mustafasamilileri3683 3 ปีที่แล้ว

    Hello Dear ;
    i have this problem
    git@gitlab.com: Permission denied (publickey,keyboard-interactive).
    fatal: Could not read from remote repository.
    i did eveything like you but is not working on jenkins can you help me please ?

    • @김홍규-e7n
      @김홍규-e7n 3 ปีที่แล้ว

      you should put passphrase when creating credentials man :)