Skip to content

Commit d16fe65

Browse files
authored
Mention the correct job UUID env variable
1 parent 4ec1fc4 commit d16fe65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Example: `tmp/junit-*.xml`
3030

3131
The regular expression (with capture group) that matches the job UUID in the junit file names. This is used to create the job links in the annotation.
3232

33-
To use this, configure your test reporter to embed the `$BUILDKITE_JOB_UUID` environment variable into your junit file names. For example `"junit-buildkite-job-$BUILDKITE_JOB_UUID.xml"`.
33+
To use this, configure your test reporter to embed the `$BUILDKITE_JOB_ID` environment variable into your junit file names. For example `"junit-buildkite-job-$BUILDKITE_JOB_ID.xml"`.
3434

3535
Default: `-(.*).xml`
3636

@@ -52,4 +52,4 @@ rake
5252

5353
## License
5454

55-
MIT (see [LICENSE](LICENSE))
55+
MIT (see [LICENSE](LICENSE))

0 commit comments

Comments
 (0)