SourcePipeline
Resource Icon
Resource Overview
A process automation service for fast and reliable software releases by integrating SourceCommit, SourceBuild, and SourceDeploy services.
Associated Resources
Parent Resource
Child Resource
Resource Setting Values
default_task
: The first task that the Pipeline will doname
: The first task that the Pipeline will dotype
: Task type -SourceBuild
,SourceDeploy
If the type is SourceBuild
target_source_build_project
: Project name of a task that could be SourceBuild or SourceDeployrepository_branch
: Target repository branch of SourceBuild task
If the type is SourceDeploy
target_source_deploy_project
: Project name of a task that could be SourceBuild or SourceDeploytarget_source_deploy_project_stage
: Stage name of a task that could be SourceBuild or SourceDeploytarget_source_deploy_project_scenario
: Scenario name of a task that could be SourceBuild or SourceDeploy
additional_task
: Task that the pipeline will doname
: Task that the pipeline will dotype
: task type -SourceBuild
,SourceDeploy
If the type is SourceBuild
target_source_build_project
: Project name of a task that could be SourceBuild or SourceDeployrepository_branch
: Target repository branch of SourceBuild taskpre_tasks
: Linked tasks which has to be executed previously
If the type is SourceDeploy
target_source_deploy_project
: Project name of a task that could be SourceBuild or SourceDeploytarget_source_deploy_project_stage
: Stage name of a task that could be SourceBuild or SourceDeploytarget_source_deploy_project_scenario
: Scenario name of a task that could be SourceBuild or SourceDeploypre_tasks
: Linked tasks which has to be executed previously
trigger_push_repository
: Push event that occurs when the set Pipeline is automatically executedtype_of_repository
: Type of repository to use for triggers -sourcecommit
name_of_repository
: Name of repository to use for triggersbranch_of_repository
: Name of repository branch to use for triggers
trigger_schedule
: Set up a schedule for Pipeline to run automaticallyday
: List of day of week to make scheduletime
: Time to trigger during scheduletimezone
: Timezone to trigger during scheduleexecute_only_with_change
: Whether schedule trigger always execute in time or execute if Sourcepipeline project configuration or Sourcecommit repository has changed
trigger_target_sourcecpipeline_id
: Trigger List of pipeline IDs to run automatically when the set pipeline completes execution