This repository has been archived by the owner on May 15, 2020. It is now read-only.
SCMPipelineRun create returns 409 on duplicate
The response content contains a code already_exists
if it already exists, and parent_commit_missing
if the pipeline run cannot be created because there is no pipeline run for the parent commit. The latter case was previously the only cause of a 409.