Versions Compared

Key

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

Deploy the Apex application to the database. This operation requires one ore or more exported SQL files, these files can be either specified by using the APEX SQL Files (FDAPEX_SQL_FILES)  or on Project Properties or the plugin will deploy the ".sql" files in the artifacts folder. Files in artifacts folder during Deploy execution are result of Build workflow execution associated with Project Version selected for deployment.

If there are supporting database objects for Apex application being deployed, you must deploy them as separate project using JDBC Plugin.

This plugin supports deploying the same APEX application to the same database. This requires setting the Offset. This situation is not normal, so most likely you will not have to worry about offset.

  • If the application has never been deployed and you do not currently have an offset, the plugin can generate the offset. Just select Use APEX Offset (FDAPEX_USE_OFFSET), make sure you note the offset value used and set the property APEX Offset Value (FDAPEX_OFFSET) for the next deployment.  

  • If you know the offset, select Use APEX Offset (FDAPEX_USE_OFFSET) and set the property APEX Offset Value (FDAPEX_OFFSET).

You will also need to set the application id and change the alias.  

Environment/Instance Properties

...

This operation will select all available endpoints associated to the environment/instance. You must make sure that APEX Server (database) Endpoint is added to the Environment Instance.

Endpoint Execution 

This operation will execute on any one of the selected endpoints and will be random in the determination of which one.

...