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 use the branch parameter of the jenkins-git-plugin to define a specific commit id.
Jenkins will then only checkout that commit and not the head of a branch.