summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
diff options
context:
space:
mode:
authorVladimir Shushlin <vshushlin@gitlab.com>2019-01-21 14:08:42 +0300
committerVladimir Shushlin <vshushlin@gitlab.com>2019-01-21 17:16:22 +0300
commitffc9fe49a15e68c8251082fa6ac75a57350640ed (patch)
treed82389770005ab329bc8b71fe918fababc39627c /changelogs/unreleased
parent93a93174c2978834d529f7ee5f1d62682ee5a536 (diff)
downloadgitlab-ce-ffc9fe49a15e68c8251082fa6ac75a57350640ed.tar.gz
Fix empty labels for `pages:deploy` job
Use description of GenericCommitStatus as label if provided Fallback to core status labels if not
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/40997-gitlab-pages-deploy-jobs-have-a-null-status.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/40997-gitlab-pages-deploy-jobs-have-a-null-status.yml b/changelogs/unreleased/40997-gitlab-pages-deploy-jobs-have-a-null-status.yml
new file mode 100644
index 00000000000..01036253151
--- /dev/null
+++ b/changelogs/unreleased/40997-gitlab-pages-deploy-jobs-have-a-null-status.yml
@@ -0,0 +1,5 @@
+---
+title: Fix empty labels of CI builds for gitlab-pages on pipeline page
+merge_request: 24451
+author:
+type: fixed