kibana/.buildkite
Jon 42c0e28036
[npmrc] Fix puppeteer_skip_download configuration (#177673)
This was a breaking change introduced in puppeteer 20 See
df4d60c187
2024-02-22 18:59:01 -07:00
..
hooks [ci] Run sonarqube daily (#173961) 2024-01-03 15:43:29 -06:00
pipeline-utils [ci] Add jest retry (#174389) 2024-01-05 15:25:31 -06:00
pipelines [Moving] Move Synthetics folder into /x-pack/observability_solution (#177464) 2024-02-22 18:28:18 +01:00
scripts [npmrc] Fix puppeteer_skip_download configuration (#177673) 2024-02-22 18:59:01 -07:00
.mocharc.json [CI] Move kibana-buildkite-library into kibana (#134787) 2022-06-28 13:19:05 -04:00
.npmrc [CI] Move kibana-buildkite-library into kibana (#134787) 2022-06-28 13:19:05 -04:00
disabled_jest_configs.json [Index Management] Fix broken jest tests (#173029) 2023-12-18 17:21:28 +01:00
ftr_configs.yml [Moving] Move Uptime folder into /x-pack/observability_solution (#177466) 2024-02-22 12:03:16 -07:00
package-lock.json [ci] Upgrade follow-redirects to 1.15.5 (#175833) 2024-01-29 18:41:53 -06:00
package.json [ci] Upgrade axios to 1.6.3 (#173935) 2024-01-03 07:10:36 -06:00
pull_requests.json [ci] Remove jenkins config (#173745) 2023-12-21 12:09:43 -06:00
README.md [CI] Move kibana-buildkite-library into kibana (#134787) 2022-06-28 13:19:05 -04:00
tsconfig.json Implement package linter (#148496) 2023-01-09 16:49:29 -07:00
tsconfig.test.json [CI] Move kibana-buildkite-library into kibana (#134787) 2022-06-28 13:19:05 -04:00

Kibana / Buildkite

Directory Structure

  • hooks - special directory used by Buildkite agents for hooks
  • pipeline-utils - Shared TypeScript utils for use in pipeline scripts
  • pipelines - contains pipeline definitions
  • scripts/common - scripts that get sourced by other scripts to set environment variables or import shared functions
  • scripts/lifecycle - general scripts for tasks that run before or after individual steps or the entire build
  • scripts/steps - scripts that define something that will run for a step defined in a pipeline
  • scripts/* - all other scripts are building blocks that make up the tasks in pipelines. They may be run by other scripts, but should not be sourced