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 ??
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Patrik Boström [ patbos ] | Anirwan M [ devopseng ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Assignee | Anirwan M [ devopseng ] | |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Status | Reopened [ 4 ] | Open [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Workflow | JNJira [ 164460 ] | JNJira + In-Review [ 209041 ] |
We have achieved that by adding below entry in pipe.js in generateChangeLog function.
html.push('<div class="change-author">' + htmlEncode(change.commitId) + '</div>');