kibana/.buildkite
2021-10-29 12:42:52 -04:00
..
hooks
pipelines fix: move concurrency parameters to substep (#116461) 2021-10-28 14:59:44 +01:00
scripts Update ES snapshot build branch to build master 2021-10-29 12:42:52 -04:00
agents.json
package.json
pull_requests.json
README.md

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