PipelineRewireStatus enum
The rewiring status of a pipeline.
Fields
| Pending = 0 | Pipeline has been submitted but classification has not started. |
| Classifying = 1 | Pipeline is being classified. |
| PreCheckPassed = 2 | Pre-checks passed. Ready for rewiring. |
| PreCheckFailed = 3 | Pre-checks failed. |
| NeedsMappings = 4 | Pipeline has cross-repo references that require repository mappings from the user. |
| CloneCreated = 5 | A clone definition has been created for testing. |
| Rewired = 8 | Rewiring is complete — clone created and ready or original swapped at cutover. |
| SwapComplete = 9 | The original pipeline has been swapped to point at GitHub. Cutover complete. |
| Failed = 10 | Rewiring failed. |
| AwaitingCodeSync = 11 | Clone YAML has been written to the AzDO source repo's <c>elm/migrations</c> branch and is waiting for ELM code sync to mirror it to GitHub before the clone BuildDefinition can be created. Each sync cycle re-checks GitHub for the snapshotted commit; once visible the entry advances to CloneCreated. |