Integrate Jenkins with Bitbucket

preview_player
Показать описание
Integrate Jenkins with Bitbucket, continuous integration on each commit.

Run without static IP
Рекомендации по теме
Комментарии
Автор

This was really good and helpful on how to build a starter CI pipeline from bit bucket to Jenkins. Thank you

bcloudengineers
Автор

Good explanation! Even better than official atlassian video courses

leonidgaidai
Автор

Perfect dude !! You did a great job. I have also learned a new thing like how we can use my localhost outside the world using public IP addresses via port forwarding. Thanks a lot once again !!

SmartIdiots
Автор

hi i tried to integrate my jenkins with bitbucket but on adding credentials i only get option of AWS credentials
Please suggest

kratikatripathi
Автор

Not able to get my current user in the drop-down after adding Jenkins credentials

trijay
Автор

What changes do I have to do if I am running it on a server instead of a local machine?

VibhavChaddha
Автор

Thank you for making my life easier :)

bukwildman
Автор

Hello Alam, I have followed each step for WebHook but Jenkins doesn't do anything

heminpatel
Автор

I have sprig boot project with maven. Shall I follow same steps for maven too ???

sohansingsodha
Автор

13:48 if you just need the webhook part.

dariocosta
Автор

Thanks for the video !
Have come up with failure 🙄 Kindly check and suggest me the solution please

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'spring-boot-demo'.
> Could not resolve all files for configuration ':classpath'.
> Could not resolve
Required by:
project : >
> No matching variant of was found. The consumer was configured to find a runtime of a library compatible with Java 11, packaged as a jar, and its dependencies declared externally, as well as attribute with value '7.5.1' but:
- Variant 'apiElements' capability declares a library, packaged as a jar, and its dependencies declared externally:
- Incompatible because this component declares an API of a component compatible with Java 17 and the consumer needed a runtime of a component compatible with Java 11
- Other compatible attribute:
- Doesn't say anything about org.gradle.plugin.api-version (required '7.5.1')

Growth__Hub_