Files
UnrealEngineUWP/Engine/Extras/RoboMerge/v3/documentation/example-branchmap.json
james hopkin f9dc042700 [robo] Copied over v2 docs
[CL 22990101 by james hopkin in ue5-main branch]
2022-11-04 13:06:06 -04:00

30 lines
668 B
JSON

{
"defaultStreamDepot": "depot",
"isDefaultBot": true,
"branches": [
{
"name": "TestA",
"aliases": ["A"],
"flowsTo": ["TestB", "TestC"]
},
{
"name": "TestB",
"aliases": ["B"],
"flowsTo": ["TestA"],
"forceAll": true
},
{
"name": "TestC",
"aliases": ["C"],
"flowsTo": ["TestA"],
"forceAll": true
}
],
"branchspecs": [
{
"name": "ROBO:TestA->TestC",
"from": "TestA",
"to": "TestC"
}
]
}