Updated on 2025-08-05 GMT+08:00

Uploading a Package

Software packages are intermediate products generated during compilation and build in software development. They are an indispensable part of continuous integration and continuous delivery. By uploading packages to Release Repos for storage and management, you can secure file storage, support software development activities, enable efficient team collaboration, provide reliable software packages for deployment, and provide dependencies for build tasks.

Constraints

When Multiple files is selected, a maximum of 20 files can be uploaded at a time.

Prerequisites

  • You have been added to a CodeArts project and assigned a role. For details, see Adding Project Members.
  • You must have permissions to upload packages. For details about the default permissions of each role, see Table 1. For details about how to obtain permissions, see Configuring Permissions.

Uploading a Package

  1. Access Release Repos.
  2. Click Upload in the upper right corner of the page to manually upload local packages to Release Repos.

    Alternatively, after selecting a folder, click Upload to manually upload local packages to the target folder.

  3. In the Upload dialog box, set the parameters described in the following table.

    Table 1 Parameters for uploading packages

    Parameter

    Description

    Target Repository

    Retain the default settings.

    Version

    Set the version number for the packages.

    Upload Mode

    Select Single file or Multiple files as the upload mode. Single file is selected by default here.

    When Multiple files is selected, a maximum of 20 files can be uploaded at a time.

    Path

    After you set the path name, a folder with that name is created in the Repo View, where the uploaded packages will be stored.

    File

    CAUTION:

    You are advised not to upload files containing sensitive information such as accounts and passwords to the Release Repos.

    Select packages from your local PC to upload.

  4. Click Upload.

    When the progress bar in the lower right corner of the page shows 100% (see the following figure), it indicates the upload is complete. If the upload fails, try again or contact customer service for technical support.

    In the Repo View, click the name of an uploaded package to view its details.

Follow-Up Operations

After uploading the software packages, you can perform the operations listed in Table 2.
Table 2 Follow-up operations

Operation

Description

Create a subfolder

Click next to the folder name where a software package is stored to add a subfolder.

Download a package or folder

Click next to a package or folder name to download it.

Edit a software package or folder

Click next to a software package or folder name to edit it.

Delete a software package or folder

Click next to a software package or folder name to either permanently delete it or move it to the recycle bin.

Helpful Links