Domain: Release Bundle

JFrog Platform Administration Documentation

Content Type
Administration / Platform
ft:sourceType
Paligo

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

{
  "destination": "release_bundle",
  "event_type": "created",
  "data": {
    "release_bundle_name": "sample_name",
    "release_bundle_size": 9800,
    "release_bundle_version": "1.0.0"
  },
  "jpd_origin": "https://dist-pipe2.jfrogdev.co/artifactory"
}
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

{
  "destination": "release_bundle",
  "event_type": "signed",
  "data": {
    "release_bundle_name": "sample_name",
    "release_bundle_size": 9800,
    "release_bundle_version": "1.0.0"
  },
  "jpd_origin": "https://dist-pipe2.jfrogdev.co/artifactory"
}
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

{
  "destination": "release_bundle",
  "event_type": "deleted",
  "data": {
    "release_bundle_name": "sample_name",
    "release_bundle_size": 9800,
    "release_bundle_version": "1.0.0"
  },
  "jpd_origin": "https://dist-pipe2.jfrogdev.co/artifactory"
}