English | Russian |
continuous integration and continuous deployment 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) |
continuous integration pipeline | конвейер непрерывной интеграции (Alex_Odeychuk) |
continuous integration/continuous delivery pipeline | продуктовый конвейер (Alex_Odeychuk) |
continuous integration/continuous delivery pipeline | сборочный конвейер (Alex_Odeychuk) |
continuous integration/continuous delivery pipeline | сборочный конвейер продуктовой команды (Alex_Odeychuk) |
continuous integration/continuous delivery pipeline | конвейер сборки (Alex_Odeychuk) |
continuous integration/continuous delivery pipeline | конвейер непрерывной интеграции и развёртывания программного обеспечения (ibm.com Alex_Odeychuk) |
implement Continuous Integration and Continuous Deployment 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) |
integration pipeline | интеграционный конвейер (ssn) |