-
Bug
-
Resolution: Unresolved
-
Major
-
None
Mercurial polling on a Windows slave reports there are no changes even when there are.
The error reported is different from JENKINS-11222, so, I created a new ticket.
Jenkins reports http authorization missing, and no changes are seen. If I kick off the build manually, no issues with authorization, as well as the changes are brought in.
Mercurial Polling Log:
Started on Aug 8, 2012 8:00:05 PM
[****] $ hg pull --rev default
abort: http authorization required
[****] ****
Done. Took 0.79 sec
No changes
Is there a problem polling with http access?
Jenkins ver. 1.461
Hg: 1.38
I see the same behavior.
Mercurial Polling Log
Started on Sep 23, 2013 3:27:05 PM
{node}Polling SCM changes on buildvpc8
[app] $ hg pull --rev default
abort: http authorization required
[app] $ hg log --rev default --template
[app] $ hg log --rev default --template
{rev}Done. Took 0.39 sec
No changes
"Build Now" works just fine.