Use Hudson to build a specific git commit

前端 未结 7 861
南笙
南笙 2020-12-13 13:11

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

7条回答
  •  被撕碎了的回忆
    2020-12-13 13:45

    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.

提交回复
热议问题