Jenkins 持續整合
- 專案開發各個階段如何搭配 CI

- github flow (pull request)

- gitflow with github flow and jenkins

這跟我們的git + gerrit組合很像。但只有在develop, Release, Master有類似的機制
實作
- Build
- 時機
- daily 建置
- 週期性建置
- 進行正式機部署時事先建置
- Test
- 自行定義
- Preview
- 自行定義
- Release
- 自行定義



這跟我們的git + gerrit組合很像。但只有在develop, Release, Master有類似的機制
實作