Method: DatadogAPIClient::V2::CIAppPipelineEventInProgressPipeline#partial_retry

Defined in:
lib/datadog_api_client/v2/models/ci_app_pipeline_event_in_progress_pipeline.rb

#partial_retryObject

Whether or not the pipeline was a partial retry of a previous attempt. A partial retry is one which only runs a subset of the original jobs.



57
58
59
# File 'lib/datadog_api_client/v2/models/ci_app_pipeline_event_in_progress_pipeline.rb', line 57

def partial_retry
  @partial_retry
end