Error annotating message
Description
Environment
Jenkins 2.7.2
Activity
Show:

Mark Rekveld September 16, 2016 at 8:48 PM
Your welcome.
The release is planned for next week so you should get the fix soon.

Former user September 16, 2016 at 8:45 PM
Thanks for the quick work!
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Created September 16, 2016 at 5:36 PM
Updated September 16, 2016 at 8:48 PM
Resolved September 16, 2016 at 8:22 PM
Zoom
In the error log I see:
Seems like it's related to: https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/scm/ChangeLogAnnotator.java#L84
Where you are currently overriding the
AbstractBuild
version of the method rather than theRun
version.