gitlab-org--gitlab-foss/changelogs/unreleased/sh-fix-bamboo-change-set.yml
Stan Hu 05a9c6b211 Fix Bamboo CI status not showing for branch plans
The original API that queries by label (`/rest/api/latest/result?label=#{sha1}`)
only works for results from main plans and not branch plans. The
`/rest/api/latest/result/byChangeset/#{sha1}` endpoint gives results from
branch plans but not for the first push to the branch. Subsequent pushes
work.

For more details, see https://jira.atlassian.com/browse/BAM-16121.

Closes #1355
2018-06-29 15:33:16 -07:00

5 lines
96 B
YAML

---
title: Fix Bamboo CI status not showing for branch plans
merge_request:
author:
type: fixed