DevOps
- One of the major areas of DevOps is building and maintainting Pipelines
- CI/CD Pipelines are supposed to
- Build package
- Deploy Application in various environments
- Run the Automated Tests for each environment and Generate Reports
Terms
- Artifact: Build result is an artifact, the package is most important one to be preserved
- Repository: A storage location which can maintain history (i.e. versions or revisions )
