![]() |
|
|
Issue Type:
|
Bug
|
Affects Versions:
|
current |
Assignee:
|
Nicolas De Loof
|
Components:
|
git-client |
Created:
|
15/Jul/14 3:58 PM
|
Description:
|
I have a job configured to 'Force polling using workspace' (because I want to exclude some paths from polling). I forced a build to create the workspace, and then made a commit so a new build would trigger. None did; I keep seeing the same 'No changes' message in the git polling log.
The git polling log shows two commands are being run:
> git rev-parse "origin/target_branch^{commit}"
> git rev-parse "target_branch^{commit}"
after which the 'No changes' message is displayed.
I ran these two commands locally on the box and got an error as follows:
> git rev-parse "origin/target_branch^{commit}"
44bfcc7cdg72d192f1d8e29a2863ff3c3940cb6f
> git rev-parse "target_branch^{commit}"
fatal: ambiguous argument 'target_branch^{commit}': unknown revision or path not in the working tree.
It appears that the polling operation tries to compare the local instance of my branch with the origin, but the local instance of my branch does not exist in the workspace.
|
Environment:
|
Jenkins server: CentOS 6.2
Jenkins slave: Windows 2008 server
|
Project:
|
Jenkins
|
Priority:
|
Major
|
Reporter:
|
Don Ross
|
|
|
|
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
jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit
https://groups.google.com/d/optout.