I have a hudson build server. The source code is managed by a git repository. For each build the latest version is checked out and compiled. Now i\'d like to tell hudson to
You can configure your Hudson job to build a specific branch. Then you can push whatever changes you want Hudson to build onto that branch.