-
Bug
-
Resolution: Fixed
-
Major
-
None
-
CentOS release 6.7 (Final)
Java 1.7.0_85
Jenkins 1.624 installed via RPM
Git Plugin 2.4.0
Git client plugin 1.18.0
The commit messages in the changes view began to be truncated at some recent version of the Git plugin.
This problem can be seen in Problem1.png where the commit messages are truncated. In Problem2.png
you can see that the full message is available but it appears that there is a newline in there. Correct.png
is a screenshot of an older version (not entirely sure which, it's from Apache's Jenkins server) where the same commit is correctly displayed.
This does not only affect display but also the E-Mail notifications that are sent making them relatively useless.
There is - as far as I know - no workaround hence I marked it as major and not as minor.
- blocks
-
JENKINS-32884 JIRA Integration doesn't include entire git commit message in issue comments
-
- Closed
-
- links to
[JENKINS-29977] Git Plugin truncates changelog
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Can you identify which plugin release was the last version you used which did not truncate?
I see the truncation, but rather assume it has been that way for a long time.
I think that truncation is not unreasonable, considering the recommendation for 50/72 formatting on stackoverflow, linux kernel recommendations, Chris Beams blog, Tim Pope's blog, and Caleb Thompson. I'm not aware of a change which intentionally truncated the commit message for display, but I see the truncation is happening.