We are seeing check-in comments are truncated to 31 characters on the main "Recent Changes" and build number specific "summary of changes" detail pages.
It seems to be happening most often when there is more than one line of text, but also it is sometimes truncating single line check-in comments.
- is duplicated by
-
JENKINS-31714 Truncated changelist description
-
- Closed
-
Code changed in jenkins
User: Paul Allen
Path:
src/main/java/org/jenkinsci/plugins/p4/client/ConnectionHelper.java
http://jenkins-ci.org/commit/p4-plugin/571f235c1da25adaa1c2904324df5e56037c331a
Log:
Fetch full change description.
The 'p4 changes' optimisation only fetched the first 32 characters.
Added the '-l' flag to fetch the full description.
JENKINS-31748