CI/CD Pipelines

CI/CD Pipeline Overview and usage

Background

As part of the software development process, code changes are pushed up to source control management and from there pipelines run against the code. The pipelines do a number of tasks, including:

  • Building
  • Security scanning
  • Run tests
  • Linting
  • Database backups
  • Deploy to dev/prod/uat etc

It is important to know how to use the pipelines to support the development process.


Pipeline Notifications

How to configure and use pipeline notifications