CruiseControl.NET and Git

后端 未结 4 1746
死守一世寂寞
死守一世寂寞 2021-02-13 23:01

It looks like there is no built-in support for Git in CruiseControl.NET.

Anyone have suggestions on Git plug-ins, tips, or other advice on getting CruiseControl.NET with

4条回答
  •  你的背包
    2021-02-13 23:38

    The Git support was added in CC.NET 1.5 according to the documentation.

    Since Thoughtworks seems to be having issues with their public CruiseControl.NET site I wanted to mention that full coverage about the "official" Git Source Control block can be found in the documentation that ships with the CruiseControl.NET installation:

    • Locally on a default 64-bit Windows install: file:///C:/Program%20Files%20%28x86%29/CruiseControl.NET/webdashboard/doc/CCNET/Git%20Source%20Control%20Block.html
    • On your remote build server: http://buildserver/ccnet/doc/CCNET/Git%20Source%20Control%20Block.html

    It seems like the official plugin has some added features about tagging and checking in files modified during the build.

提交回复
热议问题