0 votes
in Continuous Integration by
Different Steps Include in Continuous Integration

1 Answer

0 votes
by
Below are the different steps involves in CI.

When we add more steps in CI that means more stability.

(1)Compilation

(2)Unit Tests

(3)Code Quality Gates

(4)Integration Tests

(5)Deployment

(6)Chain Tests

Related questions

+1 vote
asked Jun 20, 2020 in Continuous Integration by Robindeniel
0 votes
asked Nov 15, 2019 in Continuous Integration by rajeshsharma
...