Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Input Name

Input Code

Required

Description

Copy Object Permissions

FDOBIEE_INP_COPY_PERMISSIONS

Yes

Upload object with exported permissions. If false, parent folder permissions in deploy environment will be used.

Overwrite Object

FDOBIEE_INP_OVERWRITE_OBJECT

Yes

If object already exists in deployment environment, should it be overwritten with this one.

Config File

FDOBIEE_INP_CONFIG_FILE

No

Config file name for DataModel property replacement. Config file can be absolute path or relative to artifacts folder. If you are using config file from temp folder, then use FD_TEMP_DIR variable to indicate absolute path (using groovy expression for input).

You can either

  1. Save config file during build operation as artifact, or

  2. Extract it from SCM during deploy workflow or

  3. Use absolute path to location on server. (Not recommended as it requires manual setup on server)

See OBI WebCatalog - DataModel Configuration File for details.

...