Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Build Oracle Visual Builder Applications from source code. Artifacts produced will be extension.vx (extension to be deployed) and sources.zip (the source code).

This operation expects the source code to be in an unzipped format.

Either FDOVB_CLOUD_ACCOUNT_CODE Target property value or FDOVB_INP_CLOUD_ACCOUNT_CODE plugin input value should be configured. When both are set, the plugin input value will take precedence. See Creating/Editing a Cloud Account and Provider for details on how to setup Cloud Account for OVB.

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.

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.

Nodejs Version

FDOVB_INP_NODE_VERSION

No

Nodejs Version, default is v18. @Since 6.5.0.14

NPM Install Arguments

FDOVB_INP_NPM_INSTALL_ARGUMENTS

No

Allows to enter one or more arguments to npm install command. (Ex --no-optional). @Since 6.5.0.14

.npmrc Configuration Content

FDOVB_INP_NPMRC_CONFIGURATION_CONTENT

No

npm configurations entered as list of key = value parameters(e.g. loglevel=notice).All the configurations are written to .npmrc file in the internal directory to be used during execution. @Since 6.5.0.15

 

All default npmrc configurations are listed when the command “npm config list -l” is run. For more details, refer https://docs.npmjs.com/cli/v10/commands/npm-config

Artifacts

This operation produces artifacts that will be stored in the artifacts repository.

Endpoint Selection

This operation will select all available endpoints associated to the Target.

Endpoint Execution

This operation will execute on any one of the selected endpoints and will be random in the determination of which one.

  • No labels