This video covers how to create multibranch pipeline using Jenkins
Github link: https://github.com/TechPrimers/jenkins-example
Slack Community: https://techprimers.slack.com
Twitter: https://twitter.com/TechPrimers
Facebook: http://fb.me/TechPrimers
GitHub: https://github.com/TechPrimers or https://techprimers.github.io/
Video Editing: iMovie
Background Music: Broke For Free – Day Bird
https://brokeforfree.bandcamp.com/track/day-bird
The Passion HiFi – What We Came To Do
#JenkinsPipeline #TechPrimers #CICD
source
Hi, can you advise how to clone the master and all the branches without building them? Also in multibranch pipeline once all the branches are pulled in to jenkins should we configure build triggers like pollscm, git hook inside each branch or can be done at the global level?
Hi i have followed the same but for me add source when Git selected than template is not popping up but for other options source it is coming what should I do?
Interesting feature but I feel concerned. Generally the git repositories have several branches. Many of them are kept for long term also ( like POC branches, etc). This will make Jenkins crowded and difficult to refer. Any solution ?
I am facing the error: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
CAn you please let me know exact configuration needs to be done in GlobalTool configuration to avoid this error. ?
Is there any way we can automate build trigger for specific branches ??
In git gub there is a file called Jenkins file… With this the pipeline is running. So devops person will write the jenkins pipeline code or the Developer ??
Do we have to create a separate Jenkins file for every branch?
thanks for give part of your knowleges….
Hey! nice video, is it possible to have branch based triggers with multi branch pipelines?
Something like…
– development: build/deploy based in github webhooks
– staging: nightly builds/deploy
– master: weekly deploy
video is nice one, but there is irritating music on background.
Nice explanation
So nice really helpful š
Job promotion is possible in multibranch pipeline
what if we want to set each branch to use different jenkins files? lets say we have multiple jenkins file inside of our source repository?
The video wasn't boring to watch and was pretty much straight to the point,
Keep it up!
yes ! nice video on multi branch in Jenkins.
Can you create a video on how this stack all together is used? XRAY, cucumber, Jmeter, Jenkins, with some example project?
What's the song name?
Can u please send slack invitation to [email protected]gmail.com
You didnāt integrate maven or deployment tool wright, but how they are compiling, testing and where they are deploying
Thank you very much for this tutorial. Can you please upload a tutorial how we can run multiple jobs parallel using multijob plugin
Great Job Sir. Thanks a million. Is there a pipeline script for this, please?
0:45 so where are those pipeline videos?
Good video in short time. But please stop adding music. Your voice itself good enough š
Nice video. It will be great if you make some videos regarding Jenkins and Bitbucket.
Thanks!!
What about particular branch we want to trigger when the remaining jobs also configured to the same repo?
Ex: I configure the same github repo url for 3 jobs.
I just want to commit to Develop branch and the webhook will trigger that particular branchand build the job in Jenkins. But the 3 jobs what i configured with the same repo url are also triggering.
Can you please tell me how to configure if we push/merge/pull request code to particular branch and only particular job should be triggered based on branch.
how do we do this sir?
Please make a video on multibranch pipeline hooks. Just a constructive feedback the background music is not required, it is disturbing.
Thank you very much for the tutorial!!
Technically your explanation is good bro but the background music is eating my brain when i see your tutorials.
Thanks for your video. What if I want to push into a branch inside my pipeline by Jenkins? I can check out to another branch but can not push. It shows an error that "could not read Username for 'https://github.com': No such device or address". That would be great if you help me. Thanks
Please make a video on pipeline stages, how you created different stages like compile, stage, testing, deployment etc.
Hello, thanks I really like the video, I have two questions:
1.) I added the Jenkins url under GitHub settings webhook and can see logs as well but in Jenkins it was not triggered automatically, could you please tell me why? What exactly need to done
2.) How can I deploy my code in test, stage and dev server?