urlread-onlystring
API endpoint to GET this objecthtml_urlread-onlystring
Web URL to view this object in Buddy.worksidinteger
The unique identifier of the pipelineidentifierstring
A human-readable ID of pipelinenamestring
The name of the pipelinedefinition_sourcestring enum
The source of the pipeline definitionAllowed enum: LOCAL,
REMOTE
git_config_refstring enum
The git configuration reference typeAllowed enum: NONE,
DYNAMIC,
FIXED
refsstring[]
Pipeline git context refs. If unset and events is empty, the pipeline counts as codelesseventsPipelineEventView[]
The list of events that trigger the pipeline runloopstring[]
The loop configuration for the pipelineConstraints: Unique items required
prioritystring enum
The priority of the pipelineAllowed enum: LOW,
NORMAL,
HIGH
disabledboolean
Indicates if the pipeline is disableddisabled_reasonstring
The reason why the pipeline is disabledlast_execution_statusstring enum
The status of the last runAllowed enum: INPROGRESS,
ENQUEUED,
TERMINATED,
SUCCESSFUL,
FAILED,
INITIAL,
NOT_EXECUTED,
SKIPPED,
TERMINATING,
WAITING_FOR_APPLY,
WAITING_FOR_VARIABLES,
WAITING_FOR_SETTABLE_VARIABLES,
WAITING_FOR_VT_SESSION
last_execution_revisionstring
The git revision of the last runtarget_site_urlstring
The URL to the target site after deploymentexecution_message_templatestring
The template for commit status messagescreate_datestring
The creation date of the pipelinealways_from_scratchboolean
Defines whether to upload everything from scratch on every runignore_fail_on_project_statusboolean
If set to true, the status of a given pipeline will not impact the project status on the dashboardno_skip_to_most_recentboolean
If set to true, the pipeline will not skip queued runs to execute the most recent oneterminate_stale_runsboolean
If set to true, stale runs will be automatically terminatedauto_clear_cacheboolean
Defines whether to automatically clear cache before running the pipelinepausedboolean
Indicates if the pipeline is pausedpause_on_repeated_failuresinteger
Defines how many repeated failures are required to pause the pipelinefetch_all_refsboolean
If set to true, all refs will be fetched from the repositoryfail_on_prepare_env_warningboolean
If set to true, the pipeline will fail on environment preparation warningsconcurrent_pipeline_runsboolean
Defines whether the pipeline can be run concurrentlyclone_depthinteger
Defines the depth of the git clone operation for shallow clonesdo_not_create_commit_statusboolean
If set to true, commit statuses will not be created in the repositorystaleboolean
Indicates that pipeline definition was probably removed on particular Git ref and pipeline won't be run on eventswaiting_for_pushboolean
Indicates if the pipeline is waiting for the first push to the repositoryresourcesstring enum
The resource configuration for the pipeline runAllowed enum: DEFAULT,
NANO,
SMALL,
MEDIUM,
LARGE,
XLARGE,
CUSTOM,
X2LARGE
remote_pathstring
The path to the remote pipeline definition fileremote_refstring
The ref of the remote pipeline definitionremote_project_namestring
The project name of the remote pipeline definitionremote_parametersPipelinePropertyView[]
The parameters passed to the remote pipeline definitiongit_configYamlDefinitionView
YAML pipeline definition configurationtagsstring[]
The list of tags associated with the pipeline for organizationConstraints: Unique items required
git_changeset_basestring enum
The base for git changeset calculation. Determines which changes trigger the pipelineAllowed enum: LATEST_RUN,
LATEST_RUN_MATCHING_REF,
PULL_REQUEST
filesystem_changeset_basestring enum
The base for filesystem changeset calculation. Determines which file changes trigger the pipelineAllowed enum: DATE_MODIFIED,
CONTENTS
cpustring enum
The CPU architecture for the pipeline runAllowed enum: X64,
ARM,
X86
description_requiredboolean
If set to true, a description is required when executing the pipeline manuallyfolderstring
The folder name where the pipeline is organizedprojectShortProjectView
Short representation of a projectcreatorMemberView
User/member referencecache_scopestring enum
Defines the cache scopeAllowed enum: PIPELINE,
PROJECT,
WORKSPACE
trigger_conditionsTriggerConditionView[]
The list of trigger conditions to meet so that the pipeline can be triggeredvariablesEnvironmentVariableView[]
The list of environment variables defined for the pipelineenvironmentsEnvironmentView[]
The list of environments attached to the pipelinepackagesPipelinePkgContextView[]
The list of package contexts configured for the pipelinepermissionsPermissionsView
Access permissions configurationmanage_variables_by_yamlboolean
If set to true, variables are managed by YAML configurationmanage_permissions_by_yamlboolean
If set to true, permissions are managed by YAML configurationactionsShortActionResponse[]
The list of actions configured in the pipeline