What should I do when encountering a missing build branch error?
Date Published: May 27, 2025
Description
| Build stage | Job | Error message | Category | Responsibility |
|---|
| Deploy | Create Acquia CDE | The build branch '<BRANCH_NAME>' is missing from Acquia Cloud Platform | Application | Customer |
Potential cause
This error occurs during merge requests if one of the following is true:
- The
ACQUIA_JOBS_CREATE_BRANCH_ARTIFACT environment variable is not set to true. The branch artifact must be created so that it can be pushed to Cloud Platform. - The source branch exists on a fork instead of the main repository.
Solution