The Release Bundle v2 Promotion domain includes events that are triggered when attempting to promote a Release Bundle v2 to a new environment.
Event: Release Bundle v2 promotion started
This Webhook is triggered when the promotion of a Release Bundle v2 version begins. You must choose the environments to which the Webhook will apply.
{ "domain": "release_bundle_v2_promotion", "event_type": "release_bundle_v2_promotion_started", "data": { "repository_key": "repo-key", "release_bundle_name": "release-bundle-1", "release_bundle_version": "1.0.0", "environment": "QA", "created": "2022-10-10T15:36:04.894+03:00\", "created_millis": ":1665405448941" }, "subscription_key": "test", "jpd_origin": "https://<your_origin>", "source": "jfrog/<your_souce>" }
Event: Release Bundle v2 promotion failed
This Webhook is triggered when the promotion of a Release Bundle v2 version fails. You must choose the environments to which the Webhook will apply.
{ "domain": "release_bundle_v2_promotion", "event_type": "release_bundle_v2_promotion_failed", "data": { "repository_key": "repo-key", "release_bundle_name": "release-bundle-1", "release_bundle_version": "1.0.0", "environment": "QA", "created": "2022-10-10T15:36:04.894+03:00\", "created_millis": ":1665405448941" }, "subscription_key": "test", "jpd_origin": "https://<your_origin>", "source": "jfrog/<your_souce>" }
Event: Release Bundle v2 promotion completed
This Webhook is triggered when the promotion of a Release Bundle v2 is completed. You must choose the environments to which the Webhook will apply.
{ "domain": "release_bundle_v2_promotion", "event_type": "release_bundle_v2_promotion_completed", "data": { "repository_key": "repo-key", "release_bundle_name": "release-bundle-1", "release_bundle_version": "1.0.0", "environment": "QA", "created": "2022-10-10T15:36:04.894+03:00\", "created_millis": ":1665405448941" }, "subscription_key": "test", "jpd_origin": "https://<your_origin>", "source": "jfrog/<your_souce>" }
Note
Only platform administrators can create Webhook events that apply to Release Bundles in specific projects. Project administrators cannot create these types of events.