Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.16 KB

File metadata and controls

23 lines (14 loc) · 1.16 KB

flux2-bitbucketpipeline-dispatcher aka bpdispatcher

release

Bpdispatcher is a middleware server that receives a generic webhook from the fluxcd notification controller and triggers the bitbucket cloud pipeline with parameters from the received webhook

Problem

Probably you want to promote HelmRelease version from staging to the production environment. Flux provides native support for GitHub dispatcher, but no options for bitbucket.

Solver

With Bpdispatcher you can use Generic Webhook from Flux and trigger any bitbucket pipeline with the same automation.