DictionaryForumContacts

   English
Terms for subject Programming containing CI | all forms | exact matches only
EnglishRussian
CI buildсборка с непрерывной интеграцией (Alex_Odeychuk)
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)
CI/CD engineerинженер по инфраструктуре непрерывной интеграции и развёртывания (Alex_Odeychuk)
CI/CD pipelineсборочный конвейер продуктовой команды (Alex_Odeychuk)
CI/CD pipelineсборочный конвейер (сокр. от "continuous integration/continuous delivery pipeline" Alex_Odeychuk)
CI/CD pipelineпродуктовый конвейер (Alex_Odeychuk)
CI/CD pipelineконвейер сборки (сокр. от "continuous integration/continuous delivery pipeline" Alex_Odeychuk)
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)
CI/CD toolchainнабор средств непрерывной интеграции и развёртывания программного обеспечения (Alex_Odeychuk)
CI serverсервер для обеспечения непрерывной интеграции (сокр. от "continuous integration server" Alex_Odeychuk)
CI serverсервер сборки для обеспечения непрерывной интеграции (сокр. от "continuous integration server" Alex_Odeychuk)
CI serverсервер непрерывной интеграции (сокр. от "continuous integration server"; выделенный сервер, на котором организуется служба, в задачи которой входят: получение исходного кода из репозитория, сборка проекта, выполнение тестов, развёртывание готового проекта, отправка отчётности Alex_Odeychuk)