Continuous integration/es

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

La infraestructura de integración continua utiliza Jenkins para controlar y ejecutar las construcciones. El uso principal es ejecutar pruebas sobre parches enviados en Gerrit.

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

Documentación

Coordinación

Justificación

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.

Documentos


Véase también