Build a Service Package
Trigger and monitor a package build from a source revision.
A package build turns a source revision into the artifact expected by the service target.
Start a Build
- Open Services and select the service.
- Open Packages.
- Select the repository branch and commit when the build dialog offers them.
- Review target-specific options, such as a mobile platform or build number.
- Start the build.
Source-provider events may also create builds automatically when the service and connection are configured for that workflow.
Monitor the Package
Open the package record to follow build status and logs. For supported services, AI code review runs in parallel and reports findings without blocking the build.
A successful package can be turned into a release. A failed or canceled build cannot be deployed.
Before Retrying
- Read the earliest meaningful build error.
- Confirm the selected commit contains the expected build files.
- Reproduce application build commands locally when possible.
- Verify required build-time variables and external registries.
- Avoid repeatedly retrying a deterministic configuration error.