Many thanks. I waste much time to find right solution for configuring webhooks in multibranch jobs. Will try Gitlab Branch Source plugin)
@chtouroukhaldoun4301 Жыл бұрын
well explained - much appreciated !
@itsfaustvi00703 жыл бұрын
this single video saved me a ton of time of research, thanks deeply
@nurmamedamanov592710 ай бұрын
Thank you, your video was very useful!
@chiragprajapati93163 жыл бұрын
Thanks, Really helpful for Multibranch pipeline configure
@alimahdavi81252 ай бұрын
thanks too much for sharing
@VelikiyZmey3 жыл бұрын
non hindish - like, sub and god bless you.
@nelta5812 жыл бұрын
I can not add any credential, even i have already added the new one, it doesn't appear on droplist. How to fix it?
@ashish90302 жыл бұрын
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?
@rssaini012 жыл бұрын
What you done to publish a pipeline status to the gitlab commit or branch?
@aliciaguerrero90303 жыл бұрын
Thank you so much!
@chawkimguedmini56843 жыл бұрын
Thanks for this video, it's very helpful. One question please is this applicable for the pull request?
@gzdaniel19697 ай бұрын
Why `When { branch 'MR-*' }` work for merge request from fix-123 to main? There is no branch name of 'MR-*' there.
@gzdaniel19697 ай бұрын
After MR is created, Jenkins uses a branch named MR-* to build the project.
@VladimirPikovski7 ай бұрын
Anybody encounred an issue where multibranch not clones the repo but just obtains the Jenkinsfile ?
@jteasler Жыл бұрын
I don't have anything in secret token? Is that a different video?
@AbhijeetWaghmare93 жыл бұрын
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я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.
@БогданЛевицький-ю8щ2 жыл бұрын
Thanks!
@raghupathym252 жыл бұрын
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"
@danielbarros55072 жыл бұрын
Thankss
@mustafasamilileri36833 жыл бұрын
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 ?
@김홍규-e7n3 жыл бұрын
you should put passphrase when creating credentials man :)