Can a Hudson job poll a SCM without pulling code down?
问题 I have a job that I want to run every time a commit is made to a repository. I want to avoid pulling this code down, I only want the notification build trigger. So, is there either a way to not pull down certain repositories in your SCM upon a build or a way to poll things that aren't in the SCM for a build? 回答1: you could use a post commit hook to trigger your hudson job. 回答2: Since you want to avoid changing SVN, you have to write a job that gets executed every so often (may be every 5