I have a pipelineA that is first triggered on pull request and runs one step, which kicks off pipelineB which contains more steps. I see the steps in the buildkite UI, but in my Github UI i can only see that pipelineA and pipelineB was ran, but I’m expecting to see buildkite/pipelineA/step1 … ie the outcome of all the steps as well. Is there a way to set that up that ive missed?
Hey @jcao
Welcome to the community! You’ll want to enable the “Create a status for each job” option in the pipelines GitHub settings: https://buildkite.com/<organization-slug>/<pipeline-slug>/settings/repository
Once you’ve enabled that option, you should see statuses appear for each job in the pipeline that is running.
Hope that helps!