TFS 2008/2010 vs Jenkins for Continuous Integration

前端 未结 3 1177
再見小時候
再見小時候 2021-02-04 10:46

Does anyone have specific experiences with using TFS 2008/2010 AND Jenkins for Continuous Integration (CI)? We are trying to decide which CI server to use. Our team works exclus

3条回答
  •  我在风中等你
    2021-02-04 11:12

    I would highly recommend using Jenkins - it will do all of your requirements out of the box apart from possibly #3, but if you can script your deployments then it can do that as well.

    Here are some links to help you get your builds up and running:

    Blog about doing .NET builds in Jenkins

    Jenkins Windows installers

    Installing the Jenkins master and slaves as Windows services

    Disclaimer: I have no experience with TFS, but I think open solutions are nearly always more flexible and extensible (and cheaper !) than proprietary products.

提交回复
热议问题