Pipeline overview
FPT Cloud DevOps Pipeline is a CI/CD platform that automates the build, test, and deploy process for your applications. Instead of running each release step by hand, you define the workflow once as a Pipeline and let the system run it automatically.
What you can do with DevOps Pipeline
- 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.
Core components
A Pipeline is built from four components. See Understanding pipeline components for the full field reference.
- Pipeline Source — the input source, either a Git repository or a Container Registry.
- Stage — a processing phase, such as Build, Test, or Deploy.
- Job — an executable task within a Stage.
- Trigger — a mechanism that starts the Pipeline automatically or manually.
DevOps Pipeline helps your team standardize its CI/CD workflow, reduce errors caused by manual steps, and speed up software delivery.
Next steps
- Initial setup — confirm you meet the preconditions before creating a Pipeline.
- Create and configure a pipeline — build your first Pipeline in a few minutes.