Re: ERROR fetching remote repo 'origin' from codebasehq

2016-11-02 Thread Neil Stoker
n try git clone the repo as that user and accept host key or you can > add this to the $HOME/.ssh/config ($HOME refers to the home directory of > the Jenkins user): > > > Host codebasehq.com > StrictHostKeyChecking no > Hostname codebasehq.com > User > IdentityFile user-

ERROR fetching remote repo 'origin' from codebasehq

2016-11-01 Thread Neil Stoker
Hi, I am going round in circles trying to track down what is causing Jenkins giving the following error: Started by user neils Building remotely on Project_BA (project) in workspace c:\BuildAgent\ workspace\Project_BA QA Test 1 > git rev-parse --is-inside-work-tree # timeout=10 Fetching chang