📜  什么是生产管道 - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:13.702000             🧑  作者: Mango

代码示例1
Pipeline is a set of processes that take 
the code from version control and compile,
build, test and deploy to
production in automated fashion.
• The pipeline breaks down the software
delivery process into stages.
Each stage is made of different tasks
which can be carried out in parallel. 
When all tasks in a stage passes, next stage is triggered