Hi there, I am new to buildkite and I hope this is not a super dumb question. I am looking at a sub-pipeline that failed and I want to access the pipeline that triggered it so that I can re-run it. However, I can’t see any way to do this from the UI? Is my understanding correct?
This is the only workaround I could find…
- Look at the pipeline that it was where it says “Sub-pipeline triggered by”
- Copy the name of the pipeline and then paste it to the end of
buildkite.com/OWNER/
- Then click “New Build”
However, it would be better if I could find the exact pipeline that triggered the failing sub-pipeline and re-run that. Any way to do it? The reason I need this is because the sub-pipeline seemed to have something cached which can only be resolved by re-running the pipeline that calls it (or “New Build”).
Thank you!