Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Different Steps Include in Continuous Integration
Home
Continuous Integration
Different Steps Include in Continuous Integration
0
votes
asked
Nov 14, 2019
in
Continuous Integration
by
SakshiSharma
Different Steps Include in Continuous Integration
ci-steps
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 14, 2019
by
rajeshsharma
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
...