LogFAQs > #957628198

LurkerFAQs, Active DB, DB1, DB2, DB3, DB4, DB5, DB6, DB7, Database 8 ( 02.18.2021-09-28-2021 ), DB9, DB10, DB11, DB12, Clear
Topic List
Page List: 1
TopicITT: Learning Python
1337toothbrush
09/01/21 12:35:59 AM
#209:


Kloe_Rinz posted...
Can someone explain CI/CD and that stuff in English
Simply put, it automates parts of the integration and deployment processes. Integration being when you're working on a team and you're merging code in with other people's code (or merging with your own code), you can have the system automatically kick off build and test processes to make sure it can still build and that you didn't break any functionality covered by the tests. The delivery part is where you can have it take the built application and deploy it to a server or package it and put it up for download.

---
... Copied to Clipboard!
Topic List
Page List: 1