Tim
Tim

Reputation: 20360

Hudson not building after svn commit

I set up hudson on a Windows Vista machine - running as a service. It was working fine, but recently it seems not to build after a commit. It never leaves the "pending" state.

When I browse to the hudson project page it seems "stuck" in the quiet period - it knows there was a commit, but it is not building yet. My quiet period is set for 20 minutes or so, but it goes days without building in spite of commits.

I have two different queit periods - one for the global hudson install and one for this project.

Has anyone seen this problem before and is there a fix?

Upvotes: 1

Views: 1914

Answers (1)

Michael Donohue
Michael Donohue

Reputation: 11876

Did you change the SCM polling schedule recently? It's a known issue that the polling needs to happen less frequently than the quiet period. See Hudson issue 2180

Upvotes: 3

Related Questions