You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@apache.org by Tae-Geon Um <ta...@gmail.com> on 2015/10/06 06:08:34 UTC

Jenkins rebuild does not build same branch?

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.

Re: Jenkins rebuild does not build same branch?

Posted by Tae-Geon Um <ta...@gmail.com>.
Thanks a lot! 

Taegeon

> On Oct 6, 2015, at 3:21 PM, Andrew Bayer <an...@gmail.com> 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 <ta...@gmail.com> 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.


Re: Jenkins rebuild does not build same branch?

Posted by Andrew Bayer <an...@gmail.com>.
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 <ta...@gmail.com> 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.