Wednesday 13 November 2019

How to Set Up CI/CD pipeline in AWS


AWS,
Jenkins,
Bitbucket (though Git repository)
JIRA (for reporting and task delegation)




• continuous integration (CI) is a practice that focuses on preparing a release easier. In this, isolated changes are immediately tested and reported on when they are added to a larger code base.
• continuous delivery (CD) is a software release approach in which development teams produce and test code in short cycles.


What you gain:

• Less bugs get shipped to production as regressions are captured early by the automated tests.
• Building the release is easy as all integration issues have been solved early.
• Less context switching as developers are alerted as soon as they break the build and can work on fixing it before they move to another task.
• Testing costs are reduced drastically - CI server can run hundreds of tests in the matter of seconds.
• QA team spend less time testing and can focus on significant improvements to the quality culture.
• can release more often, thus accelerating the feedback loop with your customers.
• There is much less pressure on decisions for small changes, hence encouraging iterating faster.



For more details contact :91-9298259093

No comments:

Post a Comment