Re: github integration issue

2015-05-20 Thread peter
Thanks Mark It turns out its because I'm an idiot:) I had setup a repository on a different account with the same name and then later migrated it to where we have actually put all the commits. My original setup used the old account, switching to the one we actually used had a much better resul

Re: github integration issue

2015-05-20 Thread Mark Waite
I think that log is showing that the workspace repository has a remote named "origin" (the default) and that remote has a branch named "master" and "git rev-parse" command in that workspace repository reports that origin/master or origin/origin/master points to commit 9d4fd82b5... Assuming it is or

github integration issue

2015-05-20 Thread peter
Hi This is my first time setting up jenkins. Using 1.613 Simple task is to pull latest version of master from github when building a job. I am using: GIT client plugin v 1.17.1 GIT plugin v 2.3.5 The problem: jenkins "talks" to github ok BUT it checks out a very very old version (last commi