此内容没有您所选择的语言版本。
Chapter 2. Configuring Bitbucket webhooks to enable automated pipeline triggers
Set up webhooks in Bitbucket to automatically trigger pipeline runs in Red Hat Developer Hub (RHDH) upon code updates.
Prerequisites
- You must have integrated Bitbucket during the RHADS - SSC install process.
- You have selected the Bitbucket repository for your application in the RHDH platform catalog.
-
You must have a Webhook URL. You can find these credentials in your
private.envfile.
Procedure
- Navigate to your Bitbucket source repository.
- Go to Repository settings > Webhooks, and select Add webhook.
- In the Title field, enter an appropriate title.
- In the URL field, enter the webhook URL.
. In the Trigger section:
- Select Push.
- Select Merged.
- Select Save.
Verification
- Make a code change in your Bitbucket repository and push the changes.
- Navigate to the CI tab in RHDH.
- Verify that a pipeline run is triggered after your code update.
Revised on 2026-02-04 23:23:50 UTC