Help Center/ CodeArts Artifact/ Getting Started/ Uploading Software Packages to Release Repos
Updated on 2026-01-16 GMT+08:00

Uploading Software Packages to Release Repos

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 software packages to release repos for storage and management, you can secure file storage, facilitate software development activities, and provide reliable software package for deployment. Additionally, it provides dependencies for build tasks.

This document describes how to upload software packages to release repos, helping you quickly get started. Figure 1 shows the main operation process.

Figure 1 Uploading software packages to release repos

Follow these steps to upload packages to release repos:

  1. Access the CodeArts Artifact homepage. Before using release repos, go to the CodeArts Artifact homepage.
  2. Create a project and access its release repos: Create a project on the CodeArts homepage. CodeArts Artifact automatically generates the release repo with the same name. You can then access the repo directly within the project.
  3. Manually uploading software packages to release repos: You can upload software packages to release repos for secure storage and efficient team collaboration.

Logging In to CodeArts Artifact Homepage

  1. Log in to the Huawei Cloud console.
  2. Click in the upper-left corner of the page and choose Developer Services > CodeArts Artifact from the service list.
  3. Click Access Service. The homepage of CodeArts Artifact is displayed.

Creating a Project and Accessing its Release Repos

  1. Log in to the Huawei Cloud console with your Huawei Cloud account.
  2. Click in the upper-left corner and choose Developer Services > CodeArts from the service list.
  3. Click Access Service. The homepage of CodeArts is displayed.
  4. Click Create Project.
  5. Hover over the Scrum card. Click Select to use this template to create a project.
  6. Set Project Name to Scrum01 and retain the default values for other parameters.
  7. Click OK. The Scrum01 project is displayed.
  8. Click Artifact in the navigation pane to access Release Repos of the project. (You do not need to create release repos. After you create a project, release repos with the same project name is automatically generated.)

Manually Uploading Software Packages on the Release Repos Page

  1. After you complete the operations in Creating a Project and Accessing its Release Repos, go to the release repos named after the project, and click Upload in the upper-right corner.
  2. In the displayed dialog box, configure the following information and click Upload.

    • Target Repository: current release repos. Retain the default setting.
    • Version: Set the version number for software packages.
    • Upload Mode: Select Single file or Multiple files. Single file is selected by default here.
    • Path: After you set the path name, a folder with that name is created in the Repo View, where the uploaded package will be stored.
    • File: Select software packages from the localhost to upload.

  3. In the Repository View, click the name of the uploaded software package to view its details.

Related Tasks

CodeArts Artifact allows you to upload software packages either from the page or through CodeArts Build to release repos. For details, see Uploading a Software Package to Release Repos.