Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Support Multiple Triggers #28

@bradleyess

Description

@bradleyess

It's common for a monorepo to have many internal dependencies and whenever a change is detected in the dependency, it can be desirable to run the build of it's dependents as well to ensure no breaking changes have been introduced. Obviously this can be circumvented with contract testing, but we aren't there just yet.

Adding list support to the trigger configuration would enable this functionality.

            - path:
                - << *common_watch_paths
                - 'services/newsletter'
                - '.buildkite/pipelines/newsletter'
              config:
                trigger: 
                    - 'newsletter'
                    - 'website'
                build: { message: '${BUILDKITE_MESSAGE}', commit: '${BUILDKITE_COMMIT}', branch: '${BUILDKITE_BRANCH}' }

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthelp wantedExtra attention is needed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions