SourcePipeline
Resource Icon

Resource Overview
A process automation service for fast and stable software releases by integrating SourceCommit, SourceBuild, and SourceDeploy services.
Associated Resources
Parent Resource
Child Targets
Resource Configuration
Basic Settings
description: Pipeline project description to create - up to 500 characters
Default Task (default_task)
default_task.name: Name of the first task executed by the pipeline - letters/numbers/-/_, 1~50 charactersdefault_task.type: Task type -SourceBuild,SourceDeploydefault_task.target_source_build_project: Name of the SourceBuild project to linkdefault_task.target_source_deploy_project: Name of the SourceDeploy project to linkdefault_task.target_source_deploy_project_stage: Stage name of the SourceDeploy projectdefault_task.target_source_deploy_project_scenario: Scenario name of the SourceDeploy projectdefault_task.repository_branch: Repository branch name targeted by the SourceBuild task
Additional Tasks (additional_task)
additional_task.type: Task type -SourceBuild,SourceDeployadditional_task.target_source_build_project: Name of the SourceBuild project to linkadditional_task.target_source_deploy_project: Name of the SourceDeploy project to linkadditional_task.target_source_deploy_project_stage: Stage name of the SourceDeploy projectadditional_task.target_source_deploy_project_scenario: Scenario name of the SourceDeploy projectadditional_task.repository_branch: Repository branch name targeted by the SourceBuild taskadditional_task.pre_tasks: List of prerequisite tasks to execute first
Push Trigger (trigger_push_repository)
trigger_push_repository.type_of_repository: Repository type used for the trigger -sourcecommittrigger_push_repository.name_of_repository: Repository name used for the triggertrigger_push_repository.branch_of_repository: Repository branch name used for the trigger
Schedule Trigger (trigger_schedule)
trigger_schedule.day: Scheduled deployment day -MON,TUE,WED,THU,FRI,SAT,SUNtrigger_schedule.time: Scheduled deployment timetrigger_schedule.timezone: Scheduled deployment time zonetrigger_schedule.execute_only_with_change: Whether to execute only when the pipeline or SourceCommit changes -true,false
Pipeline Chaining (trigger_target_sourcecpipeline_id)
trigger_target_sourcecpipeline_id: List of pipeline IDs to automatically execute after the current pipeline completes