Exporting and Importing Release Bundles in the WebUI
Exporting a Release Bundle Version
In Distribution, you export the Release Bundle version as a downloadable.zipfileand then proceed to download the archived Release Bundle from the Actions list in the Distributable page.
出口Release Bundle Rules and Guidelines
- Only a signed Release Bundle labeled as Ready can be exported.
- Only a single Export archived file can be exported as theRelease Bundles is immutable.
- 出口Release Bundles requires theDistribute Bundle Permission.
To export a Release Bundle version from the Source Artifactory instance:
- From the Application module, navigate toDistribution|Release Bundles|Distributable.
- Create and sign a Release Bundle.
Wait for the Release Bundle state to be set as Ready. - Navigate to the Release Bundle version you wish to export, and selectExport Versionfrom theVersion Actionslist.
Note that this process may take a few minutes. From theVersion Actionslist, select下载版本.
You can download thefile to your local drive..zip Deleting an Exported Version
After the Export process has completed, theDelete Exported Fileaction is displayed in theVersion Actionslist.
- Copy the download
fileto an external device (such as a hard drive or USB flash drive)..zip
进口ing a Release Bundle Version
进口ing Release Bundles Rules andGuidelines
- 进口ing Release Bundles requires Admin permissions.
To import a Release Bundle on anArtifactory:
- Access the Artifactory and copy the
to a mount or to the following location:.zip ARTIFACTORY_HOME/var/data/artifactory/import/. - From theApplicationmodule, navigate to theRelease Bundles|Distribution|Received.
- From theReceived选项卡,click+进口.
The Import Release Bundle dialog opens. - You can select a file from your local drive..
- Click进口.
A progress bar displays the import process.
The imported Release Bundle is added to theReceivedtab.
Exporting and Importing Release Bundles using the REST API
进口ing and exporting your Release Bundles using the REST API commands is performed in two stages, whereby you export the Release Bundles from Distribution and import the Release Bundles on your Artifactory node.
Runthese Export commands using the Distribution REST API:
- Export Release Bundle
- Get Export Release Bundle Version Status
Runthese Import commands using the Artifactory REST API:
- 进口Release Bundle Version
- Get Import Release Bundle Status
- Delete Release Bundle
Unknown User (evgenyka)OnceUnknown User (elis)approves the REST API. I will copy over to here.
Export/Import REST API Commands





