0 votes
in Continuous Integration by
What Steps Are In Continuous Integration?

1 Answer

0 votes
by

More steps in continuous integration means more stability.

Compilation

Unit Tests

Code Quality Gates

Integration Tests

Deployment

Chain Tests

More steps in continuous integration might make it take more time but results in more stable application. A trade-off needs to be made.

Related questions

+2 votes
asked Aug 6, 2020 in Continuous Integration by Robindeniel
0 votes
asked Nov 15, 2019 in Continuous Integration by rajeshsharma
...