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
.
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|
Project Properties
Property Name | Property Code | Required | Description |
---|
Inputs
Input Name | Required | Description |
---|---|---|
FDACC_IDENTITY_DOMAIN | Yes | The identity domain in which to perform operations. |
FDACC_APPLICATION_NAME | Yes | The name of the Application Container. |
FDACC_USERNAME | Yes | The username with which to connect to the Application Container. |
FDACC_PASSWORD | Yes | The password for FDACC_USERNAME. |
FDACC_TIMEOUT | No | The number of minutes to wait for the instance to start. If the number of minutes is exceeded, the operation will exit with a failure. Defaults to 60 minutes. |
FDACC_PROJECT_PATH | No | The path to the application and associated JSON files to compress. If a relative path is given, a path inside the temp folder is used. |
Outputs
Output Name | Required | Description |
|
| |
---|---|---|---|---|---|
Artifacts
This operation produces a zip file, manifest file, and deployment file for use by the deploy operation. They will named in the format FD_PROJECT_NAME.zip
, manifest.json
, and deployment.json
.
...