Skip to content

Commit 33d0fc6

Browse files
committed
#451 clarify addBrancherServer usage
1 parent 107fab3 commit 33d0fc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/hypernode-platform/tools/hypernode-brancher.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ $testStage = $configuration->addStage('test', 'example.com');
157157
// We use an automatically created Brancher node based on the parent for the 'test' stage.
158158
// In your testing pipeline, you can simply use the 'test' stage to push changes to the Brancher server,
159159
// and run your tests. Cancel it when your tests fail or after your tests pass to incur minimal costs.
160+
// 'example' is the name of the parent hypernode, which will be cloned to create the brancher, without the '.hypernode.io'.
160161
$testStage->addBrancherServer('example')
161162
->setLabels(['stage=test'])
162163
->setSettings(['clear_services' => ['cron', 'supervisor']);

0 commit comments

Comments
 (0)