you can query the database to find the associated build
select * from builds where build_id IN (
select stage_build_id from stages where stage_id = 134
)
you can query the database to find the associated build
select * from builds where build_id IN (
select stage_build_id from stages where stage_id = 134
)