Details
-
Improvement
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
Description
As of now in the Delevery Pipeline Plugin we can see show commit messages & show total Build time. this is fantastic.
But i also need the Commit ID to be displayed, this will really help me in Traceability .
Can someone please help me on this ??
We have achieved that by adding below entry in pipe.js in generateChangeLog function.
html.push('<div class="change-author">' + htmlEncode(change.commitId) + '</div>');