adikari / monorepo-diff-buildkite-plugin

Run separate pipelines for each folder in your monorepo
MIT License
202 stars 78 forks source link

failure in uploadPipeline() doesn't result in a build step failure #101

Closed pmenglund closed 2 years ago

pmenglund commented 2 years ago

I had an error in the generated pipeline, which resulted in

ERRO[2022-09-20T16:51:02Z] +++ failed to upload pipeline: command `buildkite-agent` failed: exit status 1

but the step wasn't marked as a failure

Screen Shot 2022-09-20 at 09 59 29

I had to enable debug output to see what was wrong

Screen Shot 2022-09-20 at 11 06 20
yindia commented 2 years ago

+1 we also faced same issue @pmenglund did you find any workaround