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

Expose pullrequest source commit hash to pipeline env variables

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Minor Minor
    • branch-api-plugin
    • None
    • GitHub, Bitbucket

      Some operations on pullrequests (like reporting build statuses or creating reports) require to pass the hash of the pullrequest branch head, as known by the remote system.
      When using the branch plugin, Jenkins may create a merge commit between the PR source and target branch. It makes it difficult for a pipeline script to retrieve the original source commit hash.

      My suggestion is to add a new environment variable, similar to CHANGE_BRANCH, that would expose this source commit. We could name this variable CHANGE_BRANCH_COMMIT_ID, to make it consistent with existing CHANGE_BRANCH and COMMIT_ID.

      See original discussion:
      https://groups.google.com/d/topic/jenkinsci-dev/-ojqklsaKbw/discussion

      Example of operations requiring the PR head commit hash:

            henryju Julien HENRY
            henryju Julien HENRY
            Votes:
            4 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: