Continuous Integration

Continuous Integration is a devops software development practice where developers regularly merge their code changes into central repository, after which automated builds and tests are run

With continuous integration, developers frequently commit to a shared repository using a version control system such as git. 


Prior to each commit, developers may choose to run unit tests on there code as an extra verification layer before integrating. 


A Continuous integration service automatically builds and runs unit tests on the new code changes to immediately surface any errors. 


Azure pipeline trigger automatically when we commit on azure repos or git repository . 

Comments

Popular posts from this blog

Script

Landing Zone

Migration