export interface BuildDetails { orgIdentifier?: string; pipelineDisplayName?: string; pipelineExecutionId?: string; pipelineIdentifier?: string; projectIdentifier?: string; stageExecutionId?: string; stepExecutionId?: string; }