Integrate with BitBucket: build after each commit (Get started with Jenkins part 4)

preview_player
Показать описание
In this video I'll show you how to integrate Jenkins with BitBucket so that a build is started after you push a commit to BitBucket!

Want to learn more? Check out the rest of the Jenkins videos:

► About me
Рекомендации по теме
Комментарии
Автор

Amazing! This is exactly what I was looking for. Thank you!

akshaymaldhure
Автор

Thanks for the a nice and clean video, Awesome lecture on jenkins + BitBucket

abhisektripathy
Автор

Awesome! This is exactly what I was looking for. Thank you!

DevendraSingh-plzt
Автор

You explained the basic concepts very well, that's what I was looking for as a newbie. thank you very much!

carlosdeleon
Автор

Nice! Thank you! It's very helpful.

mymislife
Автор

Great videos, please keep them coming!

qatester
Автор

Nice video and works perfect!! thank you

mohammadal-najjar
Автор

Unfortunately I'm following your course at work using a VM with very restricted external access and I'm unable to achieve your requirements for using BitBucket. Which is such a pity as I was enjoying your videos.
Awesome guide so far... off to try and find something as helpful.

brianannett
Автор

This video is really awesome with cool just want ask this, is there any chance that I can use pytest after every commit to do unit test of all my scripts.... If yes please suggest how I can do it?

saikrishna
Автор

Hi guys,
Should I run git pull in the execution shell after the pull occurred, or, there is a way that jenkins do that out of the box?

anassbeinati
Автор

Its a nice short tutorial. Could you please explain why we add bitbucket-hook with jenkins url while configuring webhook in bitbucket?

anantkumar-jzsx
Автор

Can bitbucket provide parameters to jenkins about the branch it wants to be built ? and if so, how would you configure jenkins too so that it can run builds for many people who what to build/test their feature branches, before merging to master ?

Dmitryzakharov
Автор

How you would trigger the job by specific branch. Assuming that you have 2 branches, one master one dev and you want to deploy only when commit is done in dev, how you will accomplish that? currently is working on both no matter which one you have configured in jenkins.

MeandMe
Автор

I have a office LAN network where I have access to VM installed on another machine on LAN.That VM has working internet too.Will these tutorial steps work for my case? will bitbucket webhook sent build details to my jenkin on VM?

activelylazy
Автор

How to build from Bitbucket id repository is a private one !!! please help me

millionviewstudios
Автор

Is there a way to create webhook for Jenkins which is not available through internet ? Which is running on aws ec2 instance private vpc which is accessible over vpn only

yrsurya
Автор

Getting no valid crumb was included in the request error after adding the webhook in bitbucket cloud. Any idea what is going wrong, tried disabling csrf but no good.

danishsiraj
Автор

Hi nice video! I was thinking, how does the the web hook "know" which jenkins job it should trigger? tnx Tom

tmikulin
Автор

Great Video! Is there a way to specify a branch to build?
I have one repo and 2 branches, develop and staging branch. I have two Jenkins job. I want staging jenkins job to be triggered when I push to staging branch only and development jenkins job to be triggered when I push to development branch only.

Is it possible to configure this way?

deepthibn
Автор

Great material! Thank you !. When I'm trying to run build manually, i'm getting an error:
stderr: Permission denied (publickey).
fatal: Could not read from remote repository.

Do you have a video how to setup Bitbucket and Jenkins with SSH?

eugeneshapov