Commit Id for Jenkins Change Request Builds

Hi,

For the record, looking at replies in this thread makes me thing what I said about your merge may be wrong.

This (from that^ thread) may help:

To decorate the PR, Bitbucket REST API is expecting us to pass this commit sha1.

That’s why we have another property, used by our Bitbucket Pipelines integration:
-Dsonar.pullrequest.bitbucketcloud.triggerCommit=the_sha1_of_the_branch_head

Depending on what you do in your Jenkins, you may have to also pass it.

 
Ann