Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.08 KB

Pipeline.md

File metadata and controls

19 lines (15 loc) · 1.08 KB

Pipeline

Properties

Name Type Description Notes
build_number int The build number of the pipeline. [optional]
build_seconds_used int The number of build seconds used by this pipeline. [optional]
completed_on datetime The timestamp when the Pipeline was completed. This is not set if the pipeline is still in progress. [optional]
created_on datetime The timestamp when the pipeline was created. [optional]
creator Account [optional]
repository Repository [optional]
state PipelineState [optional]
target PipelineTarget [optional]
trigger PipelineTrigger [optional]
uuid str The UUID identifying the pipeline. [optional]

[Back to Model list] [Back to API list] [Back to README]