summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2017-09-01 16:52:11 +0900
committerShinya Maeda <shinya@gitlab.com>2017-09-05 14:30:28 +0900
commit68f6c61cf621db82ac98d561782590b1866fcf6f (patch)
tree8d87711be50a9966939fe81aef158b8dfdb67fee /changelogs/unreleased
parent1d7c0390722c96aa66af5b26f5a826b97293dcd6 (diff)
downloadgitlab-ce-68f6c61cf621db82ac98d561782590b1866fcf6f.tar.gz
- Allow runner API to pass failure_reason
- Fix spec
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/feature-sm-37239-implement-failure_reason-on-ci_builds.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/feature-sm-37239-implement-failure_reason-on-ci_builds.yml b/changelogs/unreleased/feature-sm-37239-implement-failure_reason-on-ci_builds.yml
new file mode 100644
index 00000000000..006b0b45844
--- /dev/null
+++ b/changelogs/unreleased/feature-sm-37239-implement-failure_reason-on-ci_builds.yml
@@ -0,0 +1,5 @@
+---
+title: Implement `failure_reason` on `ci_builds`
+merge_request: 13937
+author:
+type: added