mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[QA][Code Coverage] Ingest the correct id for the ci job (#129622)
Resolves: https://github.com/elastic/kibana/issues/129617 Use the build number instead of the uuid.
This commit is contained in:
parent
1bdae99180
commit
d7114900f5
1 changed files with 1 additions and 1 deletions
|
@ -52,4 +52,4 @@ echo "--- Upload coverage static site"
|
|||
.buildkite/scripts/steps/code_coverage/reporting/uploadStaticSite.sh
|
||||
|
||||
echo "--- Ingest results to Kibana stats cluster"
|
||||
.buildkite/scripts/steps/code_coverage/reporting/ingestData.sh 'elastic+kibana+code-coverage' ${BUILDKITE_BUILD_ID} ${BUILDKITE_BUILD_URL} ${previousSha} 'src/dev/code_coverage/ingest_coverage/team_assignment/team_assignments.txt'
|
||||
.buildkite/scripts/steps/code_coverage/reporting/ingestData.sh 'elastic+kibana+code-coverage' ${BUILDKITE_BUILD_NUMBER} ${BUILDKITE_BUILD_URL} ${previousSha} 'src/dev/code_coverage/ingest_coverage/team_assignment/team_assignments.txt'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue