kibana/.buildkite
Kibana Machine 53792be67d
[buildkite] Add Docker CI Group to flaky test job (#116307) (#116339)
Co-authored-by: Brian Seeders <brian.seeders@elastic.co>
2021-11-01 22:18:39 +00:00
..
hooks [Buildkite] Hourly CI / tracked branch pipeline (#111785) (#112445) 2021-09-16 14:27:29 -04:00
pipelines [buildkite] Add Docker CI Group to flaky test job (#116307) (#116339) 2021-11-01 22:18:39 +00:00
scripts [ci] Explicitly define tasks for ES snapshot build (#115074) (#115123) 2021-10-14 23:20:32 -04:00
agents.json
package.json [buildkite] Move some functionality to a shared library (#102228) (#110070) 2021-08-25 16:53:52 +00:00
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