diff options
author | Stan Hu <stanhu@gmail.com> | 2018-06-29 15:22:05 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-06-29 15:33:16 -0700 |
commit | 05a9c6b21100729c49b122f3085e1df09f656fc6 (patch) | |
tree | 4330589d1aff63e3a0625119e94d1e72491f1f6f /changelogs | |
parent | 70cf3bff18e358beaff9efc52906748636718d99 (diff) | |
download | gitlab-ce-05a9c6b21100729c49b122f3085e1df09f656fc6.tar.gz |
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
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/sh-fix-bamboo-change-set.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-fix-bamboo-change-set.yml b/changelogs/unreleased/sh-fix-bamboo-change-set.yml new file mode 100644 index 00000000000..85e79e17dee --- /dev/null +++ b/changelogs/unreleased/sh-fix-bamboo-change-set.yml @@ -0,0 +1,5 @@ +--- +title: Fix Bamboo CI status not showing for branch plans +merge_request: +author: +type: fixed |