I am trying to setup Jenkins with Bitbucket but when I try to build, Jenkins hangs here forever:
[project] $ hg showconfig paths.default
[project] $ hg pull --rev default
I have looked at this post: Jenkins, Mercurial, Bitbucket and SSH not working and the documentation here https://wiki.jenkins-ci.org/display/JENKINS/Mercurial+Plugin but I still have the same issue.
I am running Windows 7 64-bit and TortoiseHG 64-bit. I changed jenkins.xml to use the 64-bit jvm and still nothing. I have tried using the 32-bit Plink and still nothing.
I have also tried turning off source control from the build configuration and I am running hg pull from a batch script. I get the same thing there as well. If I run the batch in the command prompt it works...
I would be grateful for any help.