|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

I ran these two commands on my slave and got the same results:
> git rev-parse "origin/release_branch^{commit}"
44bfcc7cdf27d192f1d8e29a2863ff3c3940cb6f
> git rev-parse "release_branch^{commit}"
9f74e3057c7fb30d2c001f886e394d5bea0271a
It looks like the local branch is not being updated to match the remote.
Which is not a surprise to me, since behavior in 1.1 was to check out detached, and never even create a local branch.