mirror of
https://github.com/elastic/logstash.git
synced 2025-04-19 04:15:23 -04:00
This commit enhances the functionality introduced in #15668 and #15700 by allowing a single Buildkite scheduling job to trigger several pipelines, in addition to multiple branches which it already does. We rename the env var PIPELINE_TO_TRIGGER to PIPELINES_TO_TRIGGER which now supports comma separate values. This enhancement can be useful for pipelines like JDK matrix which have variants (Linux and Windows) that we want to trigger with a single scheduling job, thus reducing unnecessary entries in catalog-info.
5 lines
266 B
YAML
5 lines
266 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
|
|
|
|
steps:
|
|
- label: ":pipeline: Generate trigger steps for $PIPELINES_TO_TRIGGER"
|
|
command: ".buildkite/scripts/common/trigger-pipeline-generate-steps.sh"
|