kibana/.buildkite
Jon 38419dbff4
[7.17] Upgrade Node.js to 20.19.2 (#221177) (#223138)
#221177

---------

Co-authored-by: Tiago Costa <tiago.costa@elastic.co>
2025-06-09 17:26:37 -05:00
..
hooks [7.17] [Ops] Refactor env loading & fix agent-targeting rewrite (#178320) (#178959) 2024-03-20 13:19:37 +01:00
pipelines [7.17][ci] Set disk size for artifact builds (#197663) (#201894) 2024-11-27 16:59:38 -06:00
scripts [7.17] Upgrade Node.js to 20.19.2 (#221177) (#223138) 2025-06-09 17:26:37 -05:00
agents.json [CI] Buildkite support with Baseline pipeline (#100492) (#101108) 2021-06-03 12:00:25 -04:00
package-lock.json [7.17] Re-enable org wide PR bot (#195131) (#195135) 2024-10-07 10:15:26 -05:00
package.json [7.17] Re-enable org wide PR bot (#195131) (#195135) 2024-10-07 10:15:26 -05:00
README.md [CI] Buildkite support with Baseline pipeline (#100492) (#101108) 2021-06-03 12:00:25 -04:00

Kibana / Buildkite

Directory Structure

  • hooks - special directory used by Buildkite agents for hooks
  • 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