CreateReleaseBundle - How it Works

JFrog Pipelines Documentation

Products
JFrog Pipelines
Content Type
User Guide
ft:sourceType
Paligo

When you use the CreateReleaseBundle native step in a pipeline, it performs the below functions in the background. For more information on CreateReleaseBundle Pipeline steps, see CreateReleaseBundle.

  • jfrog rt config (configure cli with the integration in the input resource)

  • jfrog rt curl (get the Artifactory service_id)

  • validate_artifact (use the signed pipelines feature to verify the incoming BuildInfo)

  • Create the release bundle creation payload (the JSON object that will be in the request to Distribution)

  • curl (send the release bundle creation payload to Distribution)

  • write_output (update the output ReleaseBundle resource)

  • save_artifact_info (if the bundle was signed, save the data for use with signed pipelines)