Home | 简体中文 | 繁体中文 | 杂文 | Github | 知乎专栏 | 51CTO学院 | CSDN程序员研修院 | OSChina 博客 | 腾讯云社区 | 阿里云栖社区 | Facebook | Linkedin | Youtube | 打赏(Donations) | About
知乎专栏多维度架构

第 121 章 持续集成工具

目录

121.1. Code Review
121.1.1. Phabricator - an open source, software engineering platform
121.1.2. Gerrit
121.1.3. TeamCity
121.2. Nexus Repository OSS
121.2.1. 安装 Nexus
121.2.2. Nexus UI
121.2.3. maven 设置
121.2.4. Node.js
121.2.5. Ruby

121.1. Code Review

121.1.1. Phabricator - an open source, software engineering platform

Phabricator is a collection of open source web applications that help software companies build better software.

Phabricator 是 Facebook 开源的Code Review 工具

121.1.2. Gerrit

Gerrit 是 Google 开发的Code Review 工具

121.1.3. TeamCity