I'm currently trying to setup a new CI/CD system based on Ubuntu 14.04 using Jenkins and Mecurial as my SCM. (Tortoisehg ui)
I've been through this all before using Windows which was pretty straight forward however i'm getting a bit stuck with getting Jenkins to recognise my repositories.
I've tried all sorts of combinations for paths and what not but nothing seems to be working.
So just to explain my setup - I'm using a NAS as the central repository of which I've cloned locally and am using Tortoisehg as my interface.
Any help i'd really appreciate!
I managed to fix this by changing the way in which i was 'cloning' one of the repos we use even though what i had was fine for pulling and pushing to our server. Turns out i had to create an empty repository first before then using TortoiseHg to direct to my server and then clone, this solved my issue!
Thanks to Boris for pointing me in the right sort of direction.