Applies to:
- Liquibase Enterprise
Conditions:
- Any Liquibase Enterprise version
Issue Summary:
When setting up your Liquibase Enterprise project, a file called deployPackager.properties file is created and modified. This file contains properties that Packager will use. Specifically, this property file contains the source control repository branch name and IDs information.
The repository information is structured in the following format:
Branch Name:
{PipelineName}.sqlScmBranch
or
{DbDefName}.sqlScmBranch
Last Commit ID:
{PipelineName}.sqlScmLastImportID
or
{DbDefName}.sqlScmLastImportID
The pipeline name, or DbDef name, is case-sensitive, so the pipeline name "Dev" is different from the value "DEV" or "dev."
Error Message:
ERROR: deployPackager.properties does not contain a property 'sqlScmLastImportID'.
Root Cause:
The pipeline or DbDef name associated with sqlScmLastImportID doesn't match the actual pipeline or DbDef name.
Resolution:
The pipeline or DbDef name in the deployPackager.properties file will need to be updated to match the exact casing of the project's pipeline or DbDef name.
Comments
0 comments
Article is closed for comments.