0 votes
in Agile by
Why Continuous Integration is important for Agile?

2 Answers

0 votes
by

It helps to maintain release schedule on time by detecting bugs or integration errors

Due to frequent agile code delivery usually every sprint of 2-3 weeks, stable quality of build is a must and continuous integration ensures that

In helps to maintain the quality and bug free state of code-base

Continuous integration helps to check the impact of work on branches to the main trunk if development work is going on branches using automatic building and merging function

0 votes
by

Continuous Monitoring helps to detect and measure the security implications for planned and unexpected changes and assesses the vulnerabilities in a threat space.

It delivers information on the application’s performance and usage patterns.

Related questions

0 votes
asked Jun 21, 2019 in Continuous Integration by anonymous
0 votes
asked Jun 21, 2019 in Continuous Integration by anonymous
...