Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property Name

Property Code

Required

Description

Oracle API Gateway Account

FDOAG_INP_CLOUD_ACCOUNT_CODE

No

OCI account with all the required properties like Tenancy Id, User OCID, and Private Key, etc.

Oracle API Gateway Replace List

FDOAG_INP_REPLACE_LIST

No

The String and Value to replace in files, formatted as key=value. One pair per line. Lines that begin with '#' will be ignored.

This is useful if you wish to do property replacement on your artifact and don’t want to change the source code to contain property replacement syntax from the beginning.

Code Block
// The key on the left will be replaced with the value on the right
dev-oic-vbcs-poc-idzor6zhmigm-ia.integration.ocp.oraclecloud.com:443=${{OIC_SERVICE_URL}}
${OrderService.url}=${{SOA_BASE_URL}}/soa-infra/services/defaults/OrderService/OrderService?WSDL

Artifacts

This operation consumes artifacts from the artifacts repository.

...