Domain: Build

JFrog Platform Administration Documentation

Content Type
Administration / Platform
ft:sourceType
Paligo

Includes events that are triggered when certain build-related events occur in Artifactory:

Event: uploaded

The Webhook is triggered when a new build is uploaded. You can select the build names or build patterns on which the Webhook will be applied.

Build was Uploaded

{
  "build_name":"sample_build_name",
  "event_type":"uploaded",
  "build_number":"1",
  "build_started": "2020-06-18T14:40:49.869+0300"
}
Event: deleted

The Webhook is triggered when a build is deleted. You can select the build names or build patterns on which the Webhook will be applied.

Build was Deleted

{
  "build_name":"sample_build_name",
  "event_type":"deleted",
  "build_number":"1",
  "build_started": "2020-06-18T14:40:49.869+0300"
}
Event: promoted

The Webhook is triggered when a build is promoted. You can select the build names or build patterns on which the Webhook will be applied.

Build was Promoted

{
  "build_name":"sample_build_name",
  "event_type":"promoted",
  "build_number":"1",
  "build_started": "2020-06-18T14:40:49.869+0300"
}