Hello everyone! Here's the solution to a lingering and unsolved problem (at least, there is no satisfying answers to me):
*Where do I put my mercurial.ini file on Jenkins slaves running as windows service?* * * Depending on your OS, here are the possible answers *C:\Documents and Settings\NetworkService\mercurial.ini (WinXP) * *C:\Windows\System32\config\systemprofile\mercurial.ini (Win7)* On WinXP, it could also be in: *C:\Documents and Settings\LocalService\mercurial.ini (WinXP)* Those NetworkService and LocalService dirs are hidden system dirs. I did not test all possibilities, but for me, it works. It may be a little different for you, but it gives you a good starting point to find where it should be. Enjoy! Olivier Trempe -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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/groups/opt_out.
