You can either
Save config file during build operation as artifact, or
Use SCM operation to export configuration file and save it as artifacts. Artifacts are available at deployment time.
Extract it from SCM during deploy workflow or
Use SCM operation to export configuration file prior to running deploy operation.
Use absolute path to location on server. (Not recommended as it requires manual setup on server)
Tip |
---|
|
Understanding the DataModel configuration file
The datamodel configuration file consists of information to replace the datasources of all datamodels within an OBIEE WebCatalog. An example snippet of a file is below
...
The Purple text above is the value to be replaced as the datasource reference on deployment.
Using FlexDeploy properties in the configuration file
FlexDeploy properties can also be used in the configuration file as data source values. An example is seen below.
Above, you can see the property used in the configuration file. Below, you can see the property defined on the FlexDeploy workflow used for deploying WebCatalog objects.
And lastly, you can see it configured below on the environment instance. For more information on using FlexDeploy workflow properties, see Defining Workflow Properties.
Using an OBIEE configuration file in a workflow
Include Page