Skip to content

Files

This branch is 34782 commits behind elastic/kibana:main.

.buildkite

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 16, 2021
Jan 18, 2022
Jan 18, 2022
Jun 1, 2021
Jun 1, 2021
Aug 25, 2021
Oct 20, 2021
Dec 27, 2021

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