Create Builds
A build packages a component’s source code into an OCI artifact, and stores it in your organization’s local OCI registry. Each deploy of the component will begin by syncing a build artifact from the org registry to an install’s registry.
Creating a Build
Creating a build is simple.
Monitoring Builds
Once a build has been created, you can view its status using the CLI.
Debugging Builds
If a build fails, you can look at the logs to see why.
If the issue is not apparent from the logs, or there are no logs, look at the build plan for more information. A plan is created for each build, and it contains all the information used to execute the build job.