Continuous integration/zh

This page is a translated version of the page Continuous integration and the translation is 47% complete.

The continuous integration infrastructure uses Jenkins to control and execute builds. The main use is to run tests on patches submitted on Gerrit.

Related services are reachable from its dashboard at integration.wikimedia.org

帮助文档

  • 入口 - 用於项目的標準化測試。
  • 教程 - 了解如何创建並啟用Jenkins作業(job)。

協調

原理

In order to improve the development process, it was proposed to consolidate a platform to run automated tests systematically at pre-commit or post-commit time.

These tests aim to check that the master branch of our repositories in git remain in an (almost) constantly deployable state. This project also relates to the will to have more frequent code deployments, as continuous integration will give us more confidence in new code if it already passed the automated tests.

文档


參見