I have a two Jenkins jobs tied to a particular Windows slave that build continually. They are set to poll the Git SCM with a cron expression of * * * * * but will build every minute even if there have been no changes in the Git repo. In the Git polling log for both jobs I see the following:
Started on 20-Jan-2012 10:57:10
Using strategy: Default
[poll] Last Build : #4179
[poll] Last Built Revision: Revision 581837483fc583126d8fde7760c88062d3aa2cfa (origin/HEAD, origin/master)
Last build was not on tied node, forcing rebuild.
Done. Took 8 ms
Changes found
In particular the line saying Last build was not on tied node, forcing rebuild. seems suspicious. I can see a few reports of similar things when Googling this term but no solutions.
Other Windows slaves do not seem to be having the same problem so I'm not sure that it's purely a Windows issue.
Does anyone have any idea what might cause this or what I can do to resolve it?