Method: DatadogAPIClient::V2::CIAppPipelineEventInProgressPipeline#pipeline_id
- Defined in:
- lib/datadog_api_client/v2/models/ci_app_pipeline_event_in_progress_pipeline.rb
#pipeline_id ⇒ Object
Any ID used in the provider to identify the pipeline run even if it is not unique across retries. If the ‘pipeline_id` is unique, then both `unique_id` and `pipeline_id` can be set to the same value.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/ci_app_pipeline_event_in_progress_pipeline.rb', line 61 def pipeline_id @pipeline_id end |