Recommended server for continuous integration for

2019-01-13 16:36发布

I'm working on a PHP project and I would like to know recommendations for implementing continuous integration.

I've read all the theory, but I never got to use continuous integration. So it should be rather easy to start.

I've read about Xinc, Hudson, among others, but I would like to get some feedback based on experience. Have you used continuous integration in PHP projects? What has been your experience? Which server would you recommend?

3条回答
等我变得足够好
2楼-- · 2019-01-13 16:50

I have tried CruiseControl with phpUnderControl and Hudson. I also had a look at Xinc, but it seems to be too limited at the moment.

I went with Hudson in the end, because it is a lot easier to set up than CruiseControl and works well with either ant scripts or simple bash scripts.

Another option which looks promising is arbit. It is a bit like trac, but adds CI. There is also something by the Symfony guys, but it is at a very early stage.

查看更多
手持菜刀,她持情操
3楼-- · 2019-01-13 16:51

There is also Jenkins now that Oracle made a fuss about Hudson. There is a config template for it that makes it ridiculously easy to setup with all the QA Tools you'd need for a PHP CI environment:

查看更多
一夜七次
4楼-- · 2019-01-13 16:56

I have had good luck with phpUnderControl, which is based on CruiseControl.

查看更多
登录 后发表回答