Build a web application through OJet command line interface and store the resulting artifact in the artifacts directory.
The operation goes to the folder with source code, execute OJet CLI commands building the application and returns the result web (android,ios,windows,web) web folder to the artifact directory. FlexDeploy will pick up everything from that directory and it will put it to the artifact repository.
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Workspace Name | FDOJETBUILD_WORKSPACE | No | Specify workspace name |
Options | FDOJETBUILD_OPTION | No | Options to pass to ojet build |
...