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?
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?
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.
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"
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 ?
Many thanks. I waste much time to find right solution for configuring webhooks in multibranch jobs. Will try Gitlab Branch Source plugin)
well explained - much appreciated !
thanks too much for sharing
this single video saved me a ton of time of research, thanks deeply
Thanks, Really helpful for Multibranch pipeline configure
Thank you, your video was very useful!
non hindish - like, sub and god bless you.
I can not add any credential, even i have already added the new one, it doesn't appear on droplist. How to fix it?
Thank you so much!
What you done to publish a pipeline status to the gitlab commit or branch?
Thanks!
Anybody encounred an issue where multibranch not clones the repo but just obtains the Jenkinsfile ?
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?
Thanks for this video, it's very helpful. One question please is this applicable for the pull request?
Why `When { branch 'MR-*' }` work for merge request from fix-123 to main? There is no branch name of 'MR-*' there.
After MR is created, Jenkins uses a branch named MR-* to build the project.
I don't have anything in secret token? Is that a different video?
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?
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.
Thankss
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"
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 ?
you should put passphrase when creating credentials man :)