Versions Compared

Key

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

...

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.

Skip Optimize

FDOVB_INP_SKIP_OPTIMIZE

No

Skip optimizing the build.

Mode

FDOVB_INP_MODE

Yes

Defines the build mode. Value of 'default' builds a visual application's assets for deployment to Visual Builder runtime service. Value of 'fa' builds a visual application's assets for deployment to an Oracle Cloud Applications environment.

FA Index Html Resolve Variables

FDOVB_INP_FA_INDEX_HTML_RESOLVE_VARIABLES

Yes

When Mode is set to 'fa' and if this property is set to false, the generated index.html does not resolve JET and VB URL and version template variables. The file will contain %JET_CDN_PATH%, etc.

Enable Telemetry

FDOVB_INP_ENABLE_TELEMETRY

Yes

If true injects the Trace.ConsoleProfile initializer into the generated index.html

Nodejs Version

FDOVB_INP_NODE_VERSION

No

Nodejs Version, default is v18. @Since 6.5.0.13

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.13

.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.

...