kibana/.buildkite
Jon 8f9630b0b9
[ci] Remove defend workflows from on-merge-unsupported (#185047)
This is already in the on-merge pipeline.
2024-06-07 14:35:34 -05:00
..
hooks [Ops] Refactor env loading & fix agent-targeting rewrite (#178320) 2024-03-12 16:31:26 +01:00
pipeline-resource-definitions [BK] Migrate batch 2 - kibana-pull-request job (#183158) 2024-05-24 10:37:36 +02:00
pipeline-utils [BK] Migrate batch 2 - kibana-pull-request job (#183158) 2024-05-24 10:37:36 +02:00
pipelines [ci] Remove defend workflows from on-merge-unsupported (#185047) 2024-06-07 14:35:34 -05:00
scripts Add serverless pointer compression builds (#184675) 2024-06-07 11:18:44 -05: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 [SecuritySolution] Relocate endpoint tests (#183611) 2024-06-04 13:04:01 +01:00
package-lock.json [ci] Upgrade follow-redirects to 1.15.6 (#180326) 2024-04-09 08:19:40 -05:00
package.json [ci] Upgrade mocha (#178456) 2024-03-12 09:49:02 -05: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 fix(NA): adds pipeline-resource-definitions/fix-location-collection.ts into a tsconfig 2024-04-04 15:16:01 +01: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