Includes events that are triggered when certain Release Bundle events occur in Artifactory:
Event: created
The Webhook is triggered when a Release Bundle is created. You can select the Release Bundle names or patterns on which the Webhook will be applied.
Release Bundle was Created
{
"domain": "release_bundle",
"event_type": "created",
"data": {
"release_bundle_name": "release-bundle",
"release_bundle_version": "1.0.0",
"release_bundle_size": 100
},
"subscription_key": "test",
"jpd_origin": "https://<your_origin>",
"source": "jfrog/<your_source>"
}Event: signed
The Webhook is triggered when a Release Bundle is signed. You can select the Release Bundle names or patterns on which the Webhook will be applied.
Release Bundle was Signed
{
"domain": "release_bundle",
"event_type": "signed",
"data": {
"release_bundle_name": "release-bundle",
"release_bundle_version": "1.0.0",
"release_bundle_size": 100
},
"subscription_key": "test",
"jpd_origin": "https://<your_origin>",
"source": "jfrog/<your_source>"
}Event: deleted
The Webhook is triggered when a Release Bundle is deleted. You can select the Release Bundle names or patterns on which the Webhook will be applied.
Release Bundle was Deleted
{
"domain": "release_bundle",
"event_type": "deleted",
"data": {
"release_bundle_name": "release-bundle",
"release_bundle_version": "1.0.0",
"release_bundle_size": 100
},
"subscription_key": "test",
"jpd_origin": "https://<your_origin>",
"source": "jfrog/<your_source>"
}