Versions Compared

Key

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

...

Insert excerpt
FlexDeploy - Oracle Visual Builder Plugin Guide
FlexDeploy - Oracle Visual Builder Plugin Guide
nameOVB_PROP_OR_INPUT
nopaneltrue

In order to deploy an application it must have both the rootURL and version set in the visual-application.json file. The rootURL is used as the application ID and version as the version. If you use the export application operation this will be set automatically.

Target Properties

Property Name

Property Code

Required

Description

Oracle Visual Builder Account

FDOVB_CLOUD_ACCOUNT_CODE

No

The OVB account with all the required properties like Base URI, Username and Password for running OVB Instance.

...

Input Name

Input Code

Required

Description

Oracle Visual Builder Account

FDOVB_INP_CLOUD_ACCOUNT_CODE

No

The OVB account with all the required properties like Base URI, Username and Password for running OVB Instance.

Publish Application

FDOVB_INP_PUBLISH

No

Publish the app, or just stage it.

Delete if Already Live

FDOVB_INP_DELETE_IF_ALREADY_LIVE

No

Delete the app if it is already live.

Infonote

If this option is checked, basic auth is not supported. This is due to the REST API being used to determine if an app is already live.

Schema

FDOVB_INP_SCHEMA

No

Specifies data schema processing during application stage or publish. Value of 'new' creates a new data schema. Value of 'dev' uses the data schema from development. Value of 'stage' uses the data schema from the previous staged version of the application. Value of 'live' uses the data schema from the previous live version of the application. Defaults to 'new'

...