Subject | English | Russian |
progr. | CI/CD | непрерывная интеграция и развёртывание программного обеспечения (сокр. от "continuous integration/continuous delivery"; CI means starting an automated build (and possibly running tests) whenever new code is committed to or checked into the project's source control repository. This gives you immediate feedback that the code builds and can potentially be deployed. CD means starting an automated deployment process whenever a new successful build is available. Together, CI and CD mean that any code changes you commit to your repository are quickly validated and deployed to a test server, a live web site, or wherever you need it. Alex_Odeychuk) |
progr. | CI/CD engineer | инженер по инфраструктуре непрерывной интеграции и развёртывания (Alex_Odeychuk) |
progr. | CI/CD pipeline | конвейер сборки (Alex_Odeychuk) |
progr. | CI/CD pipelines | процессы непрерывной интеграции и непрерывного развёртывания приложений (CI/CD – сокр. от "continuous integration/continuous delivery"; CI means starting an automated build (and possibly running tests) whenever new code is committed to or checked into the project's source control repository. This gives you immediate feedback that the code builds and can potentially be deployed. CD means starting an automated deployment process whenever a new successful build is available. Together, CI and CD mean that any code changes you commit to your repository are quickly validated and deployed to a test server, a live web site, or wherever you need it. Alex_Odeychuk) |
softw. | CI/CD solution | технологическое решение для непрерывной интеграции и развёртывания программного обеспечения (Alex_Odeychuk) |
progr. | CI/CD toolchain | набор средств непрерывной интеграции и развёртывания программного обеспечения (Alex_Odeychuk) |
IT | CI/CD tooling infrastructure | инфраструктура инструментов непрерывной интеграции и развёртывания программного обеспечения (Dockerfiles, Jenkinsfiles, built artefacts, etc. |