Use Hudson to build a specific git commit

前端 未结 7 865
南笙
南笙 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:34

    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.

提交回复
热议问题