Overview
We’re equal to your greatest challenges
Times have changed. Today, business needs are the driving force behind the investments and digital projects that organizations take on to achieve their goals. With technology as a service, we maximize added value for our clients. Find out what we can do together to meet your greatest challenges.
AWS tools for continuous integration (CI)
Continuous integration involves the automation of the build, test, and deliverable generation phases. It allows developers to be sure they have a sound foundation for each new project.
- CodeCommit is the first link in the chain, where the code is stored.
- CodeBuild implements the build, test, and deliverable generation phases. It can be launched at each commit in CodeCommit, for example.
- CodeArtifact is an artifact repository. It can be used to store CodeBuild results for projects such as a library. Let’s say the developers of another project need this library to be up to date to move forward with their project. A reference to the artifact repository will then be available in their dependency management tools.
- Elastic Container Registry (ECR) is a Docker image registry. It can be used in the same way as CodeArtifact, assuming CodeBuild has generated one or more Docker images, and that these images are useful for other projects or for the delivery phase.
Map
Video
Visited 2432 times, 4 Visits today