We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d925c8 + 33d0fc6 commit bbe72acCopy full SHA for bbe72ac
1 file changed
docs/hypernode-platform/tools/hypernode-brancher.md
@@ -157,6 +157,7 @@ $testStage = $configuration->addStage('test', 'example.com');
157
// We use an automatically created Brancher node based on the parent for the 'test' stage.
158
// In your testing pipeline, you can simply use the 'test' stage to push changes to the Brancher server,
159
// 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'.
161
$testStage->addBrancherServer('example')
162
->setLabels(['stage=test'])
163
->setSettings(['clear_services' => ['cron', 'supervisor']);
0 commit comments