Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-29580

Git Commit Ids in the Delevery Pipeline View

    XMLWordPrintable

Details

    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

          devopseng Anirwan M added a comment -

          We have achieved that by adding below entry in pipe.js in generateChangeLog function.

          html.push('<div class="change-author">' + htmlEncode(change.commitId) + '</div>');

          devopseng Anirwan M added a comment - We have achieved that by adding below entry in pipe.js in generateChangeLog function. html.push('<div class="change-author">' + htmlEncode(change.commitId) + '</div>');
          devopseng Anirwan M added a comment -

          We have achieved that by adding below entry in pipe.js in generateChangeLog function.

          html.push('<div class="change-author">' + htmlEncode(change.commitId) + '</div>');

          devopseng Anirwan M added a comment - We have achieved that by adding below entry in pipe.js in generateChangeLog function. html.push('<div class="change-author">' + htmlEncode(change.commitId) + '</div>');

          Reopen since the fix is not done in the plugin for all other people to use.

          patbos Patrik Boström added a comment - Reopen since the fix is not done in the plugin for all other people to use.

          Merged to master

          patbos Patrik Boström added a comment - Merged to master

          Released in 0.9.6

          patbos Patrik Boström added a comment - Released in 0.9.6

          People

            Unassigned Unassigned
            devopseng Anirwan M
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: