I have the feeling that the latest changes aren't always reflected to the repository. I have a github repository (set to very frequent == 30 seconds). However when I start the build it does not always contain the latest data.
I also have an issue with a trigger which does not seem to work (on the same repository). To investigate I would really like to see the repository changes (last 5 or something like that) to see the actual status of a repository (has it fetched my latest changes?).
So are new changes showing up after you reset the repository? If so then thats a problem. When you start a build, it actually tells the repo to check for new changes, to make sure we are building the latest changes.
What settings do you have on the repository and the trigger? The branch settings may be why you are not seeing the changes.
Ok, I will set up a config here with that repo and track changes. I am wondering if it has something to do with github going down occasionally (which seems to be getting more frequent).