Cloud Native Development
Cloud Native Build provides a cloud-based development environment, offering users remote workspaces where each branch is an environment.
Runtime
Cloud Native Build and Cloud Native Development usage units, such as:
8 cores build machine usage 1 hour, amount is 8 cores × 1 hour = 8 runtime.
Commit
Originating from the Git commit command, it refers to a change history in Git. With each submission, a unique commit ID is generated, which is a string of hash values.
Code Branch
One of Git's basic concepts: a standalone pointer that points to a commit record.
Developers can work on different features or fix issues in an isolated environment through parallel development without affecting the main code (such as the main branch).
ProtBranch Protection
Protected branch is a featured function of Cloud Native Build targeting code permissions in Git. It can protect important branches to prevent unreported code changes.