Thanks a lot! Taegeon
> On Oct 6, 2015, at 3:21 PM, Andrew Bayer <[email protected]> wrote: > > The pull request plugin is a bit weird with rebuilds - I'll investigate to > see if I can find more details. > > On Tuesday, October 6, 2015, Tae-Geon Um <[email protected]> wrote: > >> Hi all, >> >> When I triggered rebuild, the rebuild does not build same branch. >> >> In the origin pull request build, >> https://builds.apache.org/job/Reef-pull-request-ubuntu/629/ < >> https://builds.apache.org/job/Reef-pull-request-ubuntu/629/> >> Merging refs/tags/changes/629 >>> git rev-parse refs/tags/changes/629^{commit} # timeout=10 >>> git merge 7ff182aef85ce78315404fd01b6ab11ec6de2441 # timeout=10 >>> git rev-parse master^{commit} # timeout=10 >> Checking out Revision 7ff182aef85ce78315404fd01b6ab11ec6de2441 (master) >>> git config core.sparsecheckout # timeout=10 >>> git checkout -f 7ff182aef85ce78315404fd01b6ab11ec6de2441 >>> git rev-parse origin/master^{commit} # timeout=10 >>> git rev-list b9b8dca4aabed02554d631a33e8b1d3be4e04b61 # timeout=10 >> >> It checks out 7ff182aef85ce78315404fd01b6ab11ec6de2441 >> >> >> However, when I rebuilt the pull request, >> https://builds.apache.org/job/Reef-pull-request-ubuntu/634/ >> Checking out Revision b9b8dca4aabed02554d631a33e8b1d3be4e04b61 >> (origin/master) >>> git config core.sparsecheckout # timeout=10 >>> git checkout -f b9b8dca4aabed02554d631a33e8b1d3be4e04b61 >>> git rev-list b9b8dca4aabed02554d631a33e8b1d3be4e04b61 # timeout=10 >> >> It checks out b9b8dca4aabed02554d631a33e8b1d3be4e04b61 >> >> >> Is there anyone who knows the reason? >> >> Thanks in advance. >> Taegeon.
