I’m using the monorepo plugin, and I’m trying to make it run a single pipeline (pr-build) multiple times, with a different env-var for each service.
However, I get an error from the buildkite-agent when I try :( Any ideas?
Generated Pipeline:
steps:
- trigger: tend-platform
build:
message: try again
branch: move-pr-to-single-pipeline
commit: a3bbd7b6dd3a2df1301173c23aed99d096c09938
- trigger: pr-build
build:
message: try again
branch: move-pr-to-single-pipeline
commit: a3bbd7b6dd3a2df1301173c23aed99d096c09938
env:
LAMBDA_NAME: db-migrations
- trigger: pr-build
build:
message: try again
branch: move-pr-to-single-pipeline
commit: a3bbd7b6dd3a2df1301173c23aed99d096c09938
env:
LAMBDA_NAME: cognito-triggers
(more of them....)
- trigger: pr-build
build:
message: try again
branch: move-pr-to-single-pipeline
commit: a3bbd7b6dd3a2df1301173c23aed99d096c09938
env:
LAMBDA_NAME: patient-service
ERRO[2022-05-09T23:00:25Z] +++ failed to upload pipeline: command `buildkite-agent` failed: exit status 1
Any idea how I can get more info out of it?