mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:21:50 +00:00
ci: add number field to analytics report (#31917)
This commit is contained in:
parent
72a1141e57
commit
939bb53c60
@ -49,6 +49,7 @@ function go_test() {
|
||||
"run_env": {
|
||||
"CI": "buildkite",
|
||||
"key": "$BUILDKITE_BUILD_ID",
|
||||
"number": "$BUILDKITE_BUILD_NUMBER",
|
||||
"job_id": "$BUILDKITE_JOB_ID",
|
||||
"branch": "$BUILDKITE_BRANCH",
|
||||
"commit_sha": "$BUILDKITE_COMMIT",
|
||||
|
||||
@ -44,6 +44,7 @@ function yarn_test() {
|
||||
"run_env": {
|
||||
"CI": "buildkite",
|
||||
"key": "$BUILDKITE_BUILD_ID",
|
||||
"number": "$BUILDKITE_BUILD_NUMBER",
|
||||
"job_id": "$BUILDKITE_JOB_ID",
|
||||
"branch": "$BUILDKITE_BRANCH",
|
||||
"commit_sha": "$BUILDKITE_COMMIT",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user