You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
is it possible to trigger bitbucket pipeline after webhook finishes its work? We have configured webhook for AWS Code Build and we want to start the pipeline after Code Build is done. We can see green checkmark in bitbucket when this is done. Is it possible to somehow use it for starting pipeline?
Thank you
This may be possible if you use a second webhook that sends a request to a server of yours to trigger the pipeline.
The last check would be important, as a pipelines build will eventually also create a new build status which will trigger the webhook, and in this case you wouldn't want to trigger yet another pipelines build. Otherwise, you would end up with an infinite loop of new pipelines builds.
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.