Computer Science, asked by arya4968, 1 year ago

What do the three continuous cycles on the continuous delivery pipeline enable?

Answers

Answered by PoojaBurra
0

Three continuous cycles on continuous delivery pipeline enable:-

1. Continuous Exploration (CE),

2. Continuous Integration (CI),

3. Continuous delivery (CD)

Continuous Exploration (CE) is a process making new alignment on continually discovering market and customer requirements and thinking, roadmap and set of features for solution that fulfill those needs.

Continuous Integration (CI) a development practice that needs developers to integrate code into shared repository several times a day. Each check-in is then checked by a build permitting teams to check problems.

Continuous delivery (CDE) is a software engineering approach in which teams produce software in short cycles, confirming that software can be reliably released at any time and when releasing the software.


Similar questions