Initial Setup
Before creating and running Pipelines on FPT Cloud DevOps Platform, make sure the following conditions are met.
FPT Cloud Account
Step 1. To start using FPT Cloud DevOps Pipeline, log in to FPT Portal at console.fptcloud.com using your FPT Cloud username and password. Select the correct Tenant, Region, and VPC for the service.
Step 2. If you do not have an FPT Cloud account yet, visit fptcloud.com, select Sign Up, and follow the on-screen instructions. The support team will contact you to confirm your details and activate your account.
Required Permissions
You need access to a Project and permission to use DevOps Pipeline.
Depending on your organization's policy, the ability to create, edit, or run Pipelines may be restricted to:
- Project Admin
- DevOps Engineer
- Users with the corresponding permission
If you cannot create or edit a Pipeline, contact your Project Admin to request the required permissions.
Project Setup
Pipelines are created and managed inside a Project.
Before proceeding, make sure that:
- You have at least one Project.
- You have access to that Project.
Source Connection
To configure a Pipeline Source, the system must be connected to the appropriate data source.
Supported sources include:
- Git Repository
- Container Registry
Make sure the necessary connections have been configured and you have access to the corresponding data source.
Auto Trigger(s)
If you plan to use the Auto Trigger(s) feature, make sure that:
- The Repository is hosted on a supported source control system.
- You have permission to configure Webhooks on the Repository.
- A Webhook can be registered to send events to FPT Cloud DevOps Platform.
⚠️ Auto Trigger(s) currently supports GitLab only.
Deployment Environment
If the Pipeline will be used to deploy an application, make sure the target environment is ready and meets the deployment requirements of your project.