Why should my development team have a build server?

前端 未结 8 1601
栀梦
栀梦 2021-02-05 03:26

We know this is good to have, but I find myself justifying it to my employer. Please pitch in on why a development team needs a build server.

8条回答
  •  难免孤独
    2021-02-05 03:49

    This is my principal argument:

    • all official releases must be build in a controlled environment. No exception.

    simply because you never know how the developers create their personal releases.

    You also don't need to talk about build server as in "blade that costs an arm a a leg". The first build server I set up was a desktop machine that sat unplugged in a corner. It served us very well for more than 3 years.

    One you have your build machine, you can start adding some features (Hudson is great) and implement everything that the other posters mentioned.

    Once your build machine becomes indispensable to your organization (and everyone sees its benefits), you will be able to ask for a shiny new blade if you wish :-)

提交回复
热议问题