kibana/.buildkite
Jonathan Budzenski 9a63bb8130
[ci] Fix state check for purge cloud deployments (#124985)
Pull request state from GitHub returns 'OPEN' if a pull request is open.
This updates the capitalization when branching from state
2022-02-08 10:31:28 -06:00
..
hooks [Buildkite] Hourly CI / tracked branch pipeline (#111785) 2021-09-16 11:28:07 -04:00
pipelines [cloud-first-testing] Automated deployments (#122102) 2022-02-02 15:52:51 -06:00
scripts [ci] Fix state check for purge cloud deployments (#124985) 2022-02-08 10:31:28 -06:00
agents.json [CI] Buildkite support with Baseline pipeline (#100492) 2021-06-01 13:11:07 -04:00
package.json [buildkite] Move some functionality to a shared library (#102228) 2021-08-25 10:31:17 -04:00
pull_requests.json Skip PR builds in Buildkite for 7.11, 7.12 2022-01-26 11:49:19 -05:00
README.md [CI] Buildkite support with Baseline pipeline (#100492) 2021-06-01 13:11:07 -04:00
yarn.lock [ci] Re-generate yarn.lock for buildkite deps to bump library version (#122055) 2021-12-27 16:24:04 -07: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