What is DevOps Pipeline?
FPT Cloud DevOps Pipeline is a CI/CD platform that automates the Build, Test, and Deploy process for your applications.
Instead of manually executing each step of the software release process, you define the entire workflow as a Pipeline and let the system run it automatically.
With DevOps Pipeline, you can:
- Create and manage Pipelines
- Automatically build and test your application
- Configure Triggers from a Git Repository
- Deploy your application to target environments
- Monitor execution status in real time
- View the history and logs of each Pipeline Run
A Pipeline typically consists of the following components:
- Pipeline Source — The input source (Git Repository or Container Registry)
- Stage — A processing phase (Build, Test, Deploy)
- Job — An executable task within each Stage
- Trigger — A mechanism that starts the Pipeline automatically or manually
DevOps Pipeline helps development teams standardize their CI/CD workflow, reduce errors caused by manual steps, and accelerate software delivery.