buildApplication
Builds an application archive file to be deployed to the Application Container Cloud. The manifest and deployment JSON files will not be placed in the zip file, but will be next to it, and ready for use by the deploy operation. For this to happen, they need to be named manifest.json
and deployment.json
.Â
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Project Path |
| No | The path to the NodeJS or Java application and associated json files to compress. If a relative path is given, a path inside the |
Artifacts
This operation produces a zip file, manifest file, and deployment file for use by the deploy operation. They will be named in the format FD_PROJECT_NAME.zip
, manifest.json
, and deployment.json
.
Endpoint Selection
This operation will select all available endpoints associated to the Target.
Endpoint Execution
This operation will randomly execute on one of the endpoints identified during selection.
- style