Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 58164ea

Browse files
committed
Drop mentioning of JUMPSTARTER_CONFIG
1 parent 3e2e50b commit 58164ea

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

docs/source/cli/run-tests.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,12 @@ service.
1414
Alternatively the client can receive the endpoint and token as environment variables:
1515

1616
```bash
17-
export JUMPSTARTER_ENDPOINT=jumpstarter.my-lab.com:1443
18-
export JUMPSTARTER_TOKEN=dGhpc2lzYXRva2VuLTEyMzQxMjM0MTIzNEyMzQtc2Rxd3Jxd2VycXdlcnF3ZXJxd2VyLTEyMzQxMjM0MTIz
17+
export JMP_ENDPOINT=jumpstarter.my-lab.com:1443
18+
export JMP_TOKEN=dGhpc2lzYXRva2VuLTEyMzQxMjM0MTIzNEyMzQtc2Rxd3Jxd2VycXdlcnF3ZXJxd2VyLTEyMzQxMjM0MTIz
1919
```
2020

2121
This is useful for CI/CD systems that inject the environment variables into the pipeline.
2222

23-
A custom location to the client configuration can also be passed using the following
24-
environment variable. This is useful in situations where there are multiple client
25-
configurations or in an environment when the config is mounted as a file.
26-
27-
```bash
28-
export JUMPSTARTER_CONFIG=/etc/jumpstarter/my-client.yaml
29-
```
30-
3123
## Running tests locally (without a server)
3224

3325
When no client configuration or environment variables are set, the client will

0 commit comments

Comments
 (0)