diff --git a/src/components/BuildkiteCIUploadStepMatrix.astro b/src/components/BuildkiteCIUploadStepMatrix.astro index 724de1dd7f..92a12ed391 100644 --- a/src/components/BuildkiteCIUploadStepMatrix.astro +++ b/src/components/BuildkiteCIUploadStepMatrix.astro @@ -10,12 +10,13 @@ const { reportPath } = Astro.props; ---

- If you use a build matrix in your pipeline, set the job_name property so CI Insights can properly distinguish reports for each matrix variation. + If you use a build matrix in your pipeline, each variation reports its own step label as its job + name, so the variations are already distinct. Set the job_name plugin property when the + label is not the name you want CI Insights to file the reports under:

-

For example:

-