ghprb icon indicating copy to clipboard operation
ghprb copied to clipboard

Only default value of sha1 getting chosen

Open shehzan10 opened this issue 8 years ago • 1 comments

We are experiencing the problem where the default value of sha1 in parameterized builds (in our case "master") and not the github commit from the PR. The correct PR/commit status on Github is being set, but the build is always with the commit on default value of sha1.

This however, does NOT happen if sha1 is not parameterized.

Here are 2 sample build logs for the same pr: With sha1 parameterized and Without sha1 parameterized. As you can see, the github setting status is working correctly. However, the checkout is revising to master on the build with sha1 parameterized.

This was also suggested by a user (zachmccormick) in #415.

Using GHPRB v1.32.2 with Jenkins LTS 1.651.2.

shehzan10 avatar May 28 '16 03:05 shehzan10

@shehzan10 This seems to be an issue because of the recent security update on jenkins.

Puneeth-n avatar Sep 20 '16 16:09 Puneeth-n