buildJet
Generates and executes the Oracle JET build command to package the application, zips the contents, and copies the artifact to the artifacts directory.
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Platform |
| No | Directory context or scope of the JET application. If platform input is also defined, then it will take precedence over this project property. |
Build Configuration |
| No | Defines the config file for signing the hybrid app. |
Themes |
| No | Option to specify theme(s) separated by comma(s). If themes input is also defined, then it will take precedence over this project property. |
Destination |
| No | Option to specify the destination for building the app. If destination input is also defined, then it will take precedence over this project property. |
User Options |
| No | Custom options defined by the user. If user options input is also defined, then it will take precedence over this project property. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Node Executable Path |
| No | An absolute path to a Node executable. If not provided node must be on PATH. See installNodeJS to install node. |
Platform |
| No | Directory context or scope of the JET application. Takes precedence over project property. |
Release |
| No | Option to build in release mode. |
Sass |
| No | Option to enable SASS compilation. |
SVG |
| No | Option to enable SVG re-compilation for the theme. |
Themes |
| No | Option to specify theme(s) separated by comma(s). Takes precedence over project property. |
Destination |
| No | Option to specify the destination for building the app. Takes precedence over project property. |
User Options |
| No | Custom options defined by the user (Windows Specific). Takes precedence over project property. |
Platform Options |
| No | Option to specify platform options that are passed to the Cordova command line. |
Component |
| No | Option to build an optimized component for the specified component name. (Windows Specific) |
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.
Special Considerations
Either the platform property or the platform input is required.
- style