stageApplication
Performs the application 'Stage' operation for the application resources in one or more target Oracle Visual Build Cloud Service instances. It is required to have exported the application resources using exportApplication operation prior to running the stage. It will result in failure when there is no exported application artifact in the repo,
Either FDOVB_CLOUD_ACCOUNT_CODE environment instance property value or FDOVB_INP_CLOUD_ACCOUNT_CODE plugin input value should exist. When both exists, plugin input value will take precedence. See Creating/Editing a Cloud Account and Provider for details on how to setup Cloud Account for OVB.
Environment/Instance 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 |
---|---|---|---|
Oracle Visual Builder Application Id | FDOVB_APPLICATION_ID | Yes | This ID defines the context path (browser's URI) used for the application. |
Cloud Account Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OVB User | FDOVBACCT_USERNAME | Yes | User name for the registered OVB account |
OVB Password | FDOVBACCT_PASSWORD | Yes | Password for the registered OVB account |
OVB Base URI | FDOVBACCT_BASE_URI | Yes | The REST Base URI of a running OVB Instance |
OVB Identity Base URI | FDOVBACCT_IDENTITY_BASE_URI | No | The Oracle Identity Cloud Service URL (IDCS). E.G. https://idcs-1a2bc3de.identity.oraclecloud.com. Only required when using OAuth. For more information on configuring OAuth see here. |
OVB Client Id | FDOVBACCT_CLIENT_ID | No | The Oracle Identity Client Id. Only required when using OAuth. For more information on configuring OAuth see here. |
OVB Client Secret | FDOVBACCT_CLIENT_SECRET | No | The Oracle Identity Client Secret. Only required when using OAuth. For more information on configuring OAuth see here. |
OVB Client Scope | FDOVBACCT_CLIENT_SCOPE |