هذه الصفحة غير متوفرة حاليًا بلغتك المحلية. نحن نعمل جاهدين على إضافة المزيد من اللغات. شاكرين تفهمك ودعمك المستمر لنا.

Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive

Maintaining Build Jobs

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

For components deployed in the Kubernetes environment, you can maintain build jobs in the build job list.

Maintenance

Table 1 Maintenance

Operation

Description

Editing a Build Job

See Editing a Package Job or Editing a Source Code Job.

Starting a Build Job

See Starting a Build Job.

Viewing Details/Build History

See Viewing Build Jobs.

Branch/Tag

See Branch/Tag.

Source code jobs support this operation.

Deleting a Build Job

See Deleting a Build Job.

User-created jobs support this operation.

Editing a Package Job

  1. Log in to ServiceStage.
  2. Choose Continuous Delivery > Build.
  3. On the Build page, use either of the following methods to search for a build job:

    • Select the CCE cluster where the component is deployed and the build job status, and select the specified build job in the build list.
    • Search for the build job created by the specified user in the search box.

  4. Click More > Edit. The build job configuration page is displayed.
  5. Enter a job name.
  6. (Optional) Enter the description.
  7. Set Package Source.

    The following upload modes are supported:

    Select the corresponding software package from OBS. Upload the software package to OBS. For details, see Uploading a File.

  8. Select a build type.

    • System default
      1. Select the language of the basic image, which must be the same as that of the software package.
      2. Set Basic Image Tag.

        The build node can download basic images only when it can access the public network.

    • Custom Dockerfile

      Enter custom commands in the compilation box.

    • Image

      Set Basic Image.

  9. Set Image Class.

    • Public: This is a widely used standard image that contains an OS and pre-installed public applications and is visible to all users. You can configure the applications or software in the public image as needed.
    • Private: A private image contains an OS or service data, pre-installed public applications, and private applications. It is available only to the user who created it.

  10. Set Archived Image Address.
  11. Select Cluster.
  12. (Optional) Specify Node Label to deliver the build job to a fixed node based on the node label.

    For details about how to add a label, see Managing Node Labels.

  13. Click Build Now to start the build.

    Click Save to save the settings (not to start the build).

Editing a Source Code Job

  1. Log in to ServiceStage.
  2. Choose Continuous Delivery > Build.
  3. On the Build page, use either of the following methods to search for a build job:

    • Select User created and select the CCE cluster and build job status. Then, select the target build job in the build list.
    • Search for the build job created by the specified user in the search box.

  4. Click More > Edit. The build job configuration page is displayed.
  5. Enter a job name.
  6. (Optional) Enter the description.
  7. Click Modify and set Code Source.

    You need to create a repository authorization first. For details, see Authorizing a Repository.

  8. Select Cluster.

    1. (Optional) Specify Node Label to deliver the build job to a fixed node based on the node label.
    2. Click Next.

  9. Set the environment.

    1. Edit a build template.

      Select Maven, Ant, Gradle, Go, Docker, or Build Common Cmd. You can compile and archive binary packages or Docker images at the same time.

    2. Select an archive mode.
      • Publish Build Artifact: Binary package archive plug-in, archived to the SWR software repository.
      • Publish Build Image: Image archive plug-in, archived to the SWR image repository.

  10. Click Build to save the settings and start the build.

    Click Save to save the settings (not to start the build).

Starting a Build Job

  1. Log in to ServiceStage.
  2. Choose Continuous Delivery > Build.
  3. On the Build page, use either of the following methods to search for a build job:

    • Select the CCE cluster where the component is deployed and the build job status, and select the specified build job in the build list.
    • Search for the build job in the search box.

  4. Click Build Now to start the build.

Branch/Tag

  1. Log in to ServiceStage.
  2. Choose Continuous Delivery > Build.
  3. On the Build page, use either of the following methods to search for a build job:

    • Select the CCE cluster where the component is deployed and the build job status, and select the specified build job in the build list.
    • Search for the build job in the search box.

  4. Choose More > Branch/Tag and set build parameters.

    1. Select Branch/Tag.
    2. Select the corresponding branch or tag from the drop-down list.
    3. Specify Commit ID for the branch or tag.

  5. Click OK.

Deleting a Build Job

  1. Log in to ServiceStage.
  2. Choose Continuous Delivery > Build.
  3. On the Build page, use either of the following methods to search for a build job:

    • Select User created and select the CCE cluster and build job status. Then, select the target build job in the build list.
    • Search for the build job created by the specified user in the search box.

  4. Click More > Delete.
  5. Click OK.

We use cookies to improve our site and your experience. By continuing to browse our site you accept our cookie policy. Find out more

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback