diff --git a/CHANGELOG b/CHANGELOG
index aa9748c685d10a126dd4702dac6311cddc920141..e5b93a53cf09c364529cb7dfe55eb81bc54b40e4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -128,6 +128,7 @@ v 8.9.7 (unreleased)
 
 v 8.9.6
   - Fix importing of events under notes for GitLab projects
+  - Render only commit message title in builds
 
 v 8.9.5
   - Add more debug info to import/export and memory killer. !5108
diff --git a/app/views/projects/builds/_sidebar.html.haml b/app/views/projects/builds/_sidebar.html.haml
index cab21f0cf19568bad1443c6cc5d64d5902cfd01e..00e7ca757aaae3ad9b7ec20b8ed4fb6c1560ba5f 100644
--- a/app/views/projects/builds/_sidebar.html.haml
+++ b/app/views/projects/builds/_sidebar.html.haml
@@ -94,9 +94,11 @@
 
   .block
     .title
-      Commit message
-    %p.build-light-text.append-bottom-0
-      #{@build.pipeline.git_commit_message}
+      Commit title
+    %p.build-light-text.append-bottom-
+      #{@build.pipeline.commit.title}
+
+
 
   - if @build.tags.any?
     .block