Versions Compared

Key

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

Deploy Oracle Visual Builder Applications.

Info

Either Either FDOVB_CLOUD_ACCOUNT_CODE environment instance CODE Target property value or or FDOVB_INP_CLOUD_ACCOUNT_CODE CODE plugin input value should exist. When both exists, plugin input value will take precedence. See See Creating/Editing a Cloud Account and Provider for  for details on how to setup Cloud Account for OVB.


Info

If a team.json file is found in the artifacts directory, it will be imported into the instance after being deployed. To get a team.json file, look at the export team input in the export application operation.

...

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.

Project Properties

Property Name

Property Code

Required

Description

Application Profile ID

FDOVB_APPLICATION_PROFILE_ID

No

Oracle Visual Builder Application Profile ID. Default is generally base_configuration.

Inputs

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.

Info

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.


Artifacts

This operation consumes artifacts from the artifacts repository.

...