kibana/.buildkite
Tyler Smalley 7e096a0a79
[ci] Removes all verbose flags (#110842) (#111216)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2021-09-03 18:34:44 -04:00
..
hooks [buildkite] Move some functionality to a shared library (#102228) (#110071) 2021-08-25 16:53:10 +00:00
pipelines Persistent demo deployment for tracked branches (#109714) (#110286) 2021-08-26 12:33:35 -04:00
scripts [ci] Removes all verbose flags (#110842) (#111216) 2021-09-03 18:34:44 -04:00
agents.json
package.json [buildkite] Move some functionality to a shared library (#102228) (#110071) 2021-08-25 16:53:10 +00: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