kibana/.buildkite
2023-12-01 08:26:58 -07:00
..
hooks [Ops] Skip buildkite hooks for non kibana jobs (#165597) 2023-09-04 09:29:16 -07:00
pipeline-utils [Ops] Buildkite job for serverless deployment (#170655) 2023-12-01 07:10:52 -07:00
pipelines [Security Solution] Adding missing rule management groups to the flaky test suite runner (#172354) 2023-12-01 08:26:58 -07:00
scripts [Ops] Buildkite job for serverless deployment (#170655) 2023-12-01 07:10:52 -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 disable failing jest config (#171256) 2023-11-14 16:29:01 -06:00
ftr_configs.yml Revert "Update page for missing Short URL (#171679)" (#172334) 2023-11-30 19:40:45 -06:00
package-lock.json Upgrade chai to 4.3.10 (#167693) 2023-10-02 12:09:55 -05:00
package.json Upgrade chai to 4.3.10 (#167693) 2023-10-02 12:09:55 -05:00
pull_requests.json Revert "Revert "re-enable kme pipeline for testing (#171451)"" (#171694) 2023-11-21 22:13:27 +00: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