หน้านี้ยังไม่พร้อมใช้งานในภาษาท้องถิ่นของคุณ เรากำลังพยายามอย่างหนักเพื่อเพิ่มเวอร์ชันภาษาอื่น ๆ เพิ่มเติม ขอบคุณสำหรับการสนับสนุนเสมอมา

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

CodeArts Pipeline

Updated on 2024-11-25 GMT+08:00

The CodeArts Pipeline connector interconnects with Huawei Cloud CodeArts Pipeline.

CodeArts Pipeline allows you to visualize and customize pipelines to shorten the delivery period and improve quality.

Prerequisites

You have subscribed to CodeArts Pipeline.

Creating a CodeArts Pipeline Connection

  1. Log in to the new ROMA Connect console.
  2. In the navigation pane on the left, choose Connector. On the page displayed, click New Connection.
  3. Select the CodeArts Pipeline connector.
  4. In the dialog box displayed, configure the connector and click OK.

Parameter

Description

Name

Enter the connector instance name.

Description

Enter the description of the connector to identify it.

Access Key

Access key ID (AK) of the current account. Obtain the AK by referring to Access Keys. If an AK/SK pair has been generated, find the downloaded AK/SK file (such as credentials.csv).

Secret Access Key

Secret access key (SK) of the current account. Obtain the SK by referring to Access Keys. If an AK/SK pair has been generated, find the downloaded AK/SK file (such as credentials.csv).

Action

  • Obtaining the pipeline execution status of a project
  • Obtaining the pipeline status
  • Obtaining the pipeline list
  • Deleting a pipeline
  • Obtaining pipeline status in batches
  • Stopping a pipeline
  • Starting a pipeline
  • Checking the pipeline creation status
  • Querying template details
  • Querying the template list

Configuring Parameters

Table 1 Obtaining the pipeline execution status of a project

Parameter

Description

region_id

Region ID.

project_id

CodeArts project ID.

start_date

The start date is included in the query period. The interval between the start date and end date cannot exceed one month.

end_date

The end date is included in the query period. The interval between the start date and end date cannot exceed one month.

offset

Offset, which is the position where the query starts. The value must be no less than 0.

limit

Number of records of each query.

Table 2 Obtaining the pipeline status

Parameter

Description

pipeline_id

ID of the pipeline whose status is to be queried.

region_id

Region ID.

build_id

Run ID of the pipeline whose status is to be queried.

Table 3 Obtaining the pipeline list

Parameter

Description

region_id

Region ID.

pipeline_name

Pipeline name. If the parameter exists, fuzzy match is performed.

project_ids

CodeArts project IDs. If this parameter is specified, the pipeline list of the corresponding project is returned. Separated project IDs with commas (,). The number of IDs range from 0 to 10. If not, the pipeline list of the tenant to which the invoker belongs is returned.

creator_ids

Creator ID. Separated IDs with commas (,). The number of IDs range from 0 to 10.

executor_ids

Executor ID. Separated IDs with commas (,). The number of IDs range from 0 to 10.

status

Pipeline execution status. Value options: waiting, running, verifying, handling, suspending, and completed.

outcome

Pipeline result, which is used to mark the pipeline. Value options: error, success, aborted.

sort_key

Sorting field. Value options: pipeline_name, create_time, start_time.

sort_dir

Sorting type. asc: Ascending; desc: Descending.

git_url

Link format: git@codehub.XXX.git (CodeHub); git@gitee.com.XXX.git (Gitee); git@github.com.XXX.git (GitHub).

offset

Offset, which is the position where the query starts. Min.: 0 (default).

limit

Number of records of each query. Value range: 10 (default) to 50.

Table 4 Deleting a pipeline

Parameter

Description

pipeline_id

ID of the pipeline to be deleted.

region_id

Region ID.

Table 5 Obtaining pipeline status in batches

Parameter

Description

region_id

Region ID.

pipeline_ids

Pipeline IDs for status inquiry.

Table 6 Stopping a pipeline

Parameter

Description

pipeline_id

Pipeline ID.

region_id

Region ID.

build_id

Pipeline execution ID.

Table 7 Starting a pipeline

Parameter

Description

pipeline_id

Pipeline ID.

region_id

Region ID.

name

Name of the build parameter.

value

Value of the build parameter. Max. length: 8,192 characters.

Table 8 Checking the pipeline creation status

Parameter

Description

task_id

Instance ID.

region_id

Region ID.

Table 9 Querying template details

Parameter

Description

template_id

Template ID.

region_id

Region ID.

template_type

Template type.

source

API caller.

Table 10 Querying the template list

Parameter

Description

region_id

Region ID.

template_type

Template type.

is_build_in

Built-in template or not.

offset

Offset, which is the position where the query starts. The value must be no less than 0.

limit

Number of items displayed per page.

name

Template name, which is fuzzily matched.

sort

Sorting field.

asc

Ascending order or not.

เราใช้คุกกี้เพื่อปรับปรุงไซต์และประสบการณ์การใช้ของคุณ การเรียกดูเว็บไซต์ของเราต่อแสดงว่าคุณยอมรับนโยบายคุกกี้ของเรา เรียนรู้เพิ่มเติม

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback