buildApplicationExtension (OVB)

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.

Target Properties

Property Name

Property Code

Required

Description

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

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.

NPM Install Arguments

FDOVB_INP_NPM_INSTALL_ARGUMENTS

No

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

.npmrc

FDOVB_INP_NPMRC

No

npm configurations entered as list of key = value parameters(e.g. loglevel=notice), one key value pair per line.

 

All default npmrc configurations are listed when the command “npm config list -l” is run.

Some examples are-

1.registry=https://registry.npmjs.org/ (Specifies the URL of the npm registry)

2.strict-ssl=false (Controls SSL certificate validation during HTTPS requests.)

3.proxy=http://your-proxy-url:port
https-proxy=http://your-https-proxy-url:port (Specifies the URL of the proxy server.)

4.loglevel=verbose (Sets the logging level for npm output (e.g., silent, error, warn, info, verbose, debug).)

5.production=true (Instructs npm to skip installation of devDependencies.)

For more details, refer https://docs.npmjs.com/cli/v10/commands/npm-config

Project Source Folder

FDOVB_INP_PROJECT_SOURCE_FOLDER

No

Path to the folder which contains the application build configuration files (Ex package.json, Gruntfile.js). If a relative path is given, a path inside the FD_TEMP_DIR will be assumed.

@Since 8.0.0.4

Build Arguments

FDOVB_INP_BUILD_ARGUMENTS

No

Allows to enter one or more arguments to build command. @Since 8.0.0.4

Example,

--vx-version='24.07.14632'

To use FlexDeploy project version as the extension version, then use it as groovy expression "--vx-version=$FD_PROJECT_VERSION"

--force

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.

The following macros are not currently supported in the footer:
  • style