This operation deploys an Apigee API proxy or Shared flow to Apigee by using the maven apigee deploy plugin. You must have built artifacts as zip file or expanded folder, see Extract and Save Artifacts workflow on FlexDeploy - Apigee Plugin Guide page under Example Workflows. See Special Considerations below for details on folder structure. You can download zip file from Apigee and commit to SCM for use during build, or you can commit zip file in expanded format.
...
Property Name | Property Code | Required | Description | Apigee Org Name | FDAPG_ORG | Yes||
---|---|---|---|---|---|---|---|
Apigee | account.|||||||
Apigee Username | FDAPG_USER | Yes | The username of the Apigee account. | ||||
Apigee Password | FDAPG_PASSWORD | Yes | The password of the Apigee account. | ||||
Apigee Environment Name | FDAGP_ENV | Yes | The environment name which the proxy or shared flow will be deployed to. | ||||
Apigee Host URL | FDAPG_HOST_URL | Yes | The host URL of the Apigee proxy. If the user is not using a private server the value should beĀ https://api.enterprise.apigee.com | Apigee Deploy Option | FDAPG_DEPLOY_OPTION | Yes | The option to indicate how proxy or shared flow revision will be managed during deployment. |
...
Input Name | Input Code | Required | Description |
---|---|---|---|
Apigee Account | FDOIC_INP_CLOUD_ACCOUNT_CODE | No | The Apigee account with all the required properties for running Apigee Instance. |
Additional Deploy Arguments | FDAPG_MVN_ARGS | No | Space-delimited list of additional Maven arguments (e.g. -e -X). |
Outputs
Output Name | Description |
---|---|
...