- style
build
Builds EBS artifacts from Source Control Management. Creates a zip artifact to be used with the deploy operation. Refer to Source Control Folder Structure for folder structure recommendations for your source control.
Environment/Instance Properties
Property Name | Required | Description |
---|---|---|
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
EBS Module Application Short Name | FDEBS_APPLICATION_SHORT_NAME | No | App short name (e.g. XXAR). If source includes multiple custom tops, leave it empty and make sure top directory matches top name. |
EBS File Excludes | FDEBS_FILE_EXCLUDES | No | List of files to exclude while building. (e.g. server.xml, web.xml). |
EBS Java Root Source Directory | FDEBS_JAVA_ROOT_SOURCE_DIR | No | Where java/class/xml file's package resides. (For all AOL files). |
EBS SQL Root Source Directory | FDEBS_SQL_ROOT_SOURCE_DIR | No | Source folder for sql and pls files. |
EBS Concurrent Program SQL Root Source Directory | FDEBS_CP_SQL_ROOT_SOURCE_DIR | No | Source folder for Concurrent Prorgram's SQL files (Not executed after deploy). |
EBS Publisher Root Source Directory | FDEBS_PUBLISHER_ROOT_SOURCE_DIR | No | Source folder for Publisher files. |
EBS Forms Root Source Directory | FDEBS_FORMS_ROOT_SOURCE_DIR | No | Source folder for Forms. |
EBS Reports Root Source Directory | FDEBS_REPORTS_ROOT_SOURCE_DIR | No | Source folder for Reports. |
EBS Media Root Source Directory | FDEBS_MEDIA_ROOT_SOURCE_DIR | No | Source folder for image files. |
EBS HTML Root Source Directory | FDEBS_HTML_ROOT_SOURCE_DIR | No | Source folder for web files. |
EBS Fonts Root Source Directory | FDEBS_FONTS_ROOT_SOURCE_DIR | No | Source folder for font files. |
EBS Prog Root Source Directory | FDEBS_PROG_ROOT_SOURCE_DIR | No | Source folder for Prog files. |
EBS Workflows Root Source Directory | FDEBS_WORKFLOWS_ROOT_SOURCE_DIR | No | Source folder for workflow files. |
EBS Scripts Root Source Directory | FDEBS_SCRIPTS_ROOT_SOURCE_DIR | No | Source folder for scripts files. |
EBS Perl Root Source Directory | FDEBS_PERL_ROOT_SOURCE_DIR | No | Source folder for perl modules. |
EBS Jar Root Source Directory | FDEBS_JAR_ROOT_SOURCE_DIR | No | Source folder for JAR files. |
EBS Ear Root Source Directory | FDEBS_EAR_ROOT_SOURCE_DIR | No | Source folder for EAR files. |
EBS Load Java Root Source Directory | FDEBS_LOAD_JAVA_ROOT_SOURCE_DIR | No | Source folder for Java Stored Procedure files. |
EBS Data Root Source Directory | FDEBS_DAT_ROOT_SOURCE_DIR | No | Source folder for data files. |
EBS SQL LDR Root Source Directory | FDEBS_SQL_LDR_ROOT_SOURCE_DIR | No | Source folder for control (ctl) files. |
EBS SQL Extensions | FDEBS_SQL_EXTENSIONS | No | SQL file extensions in their order to process. Specify the list of comma-separated extensions if you would like to change. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Include Files | FDEBS_INP_INCLUDE_FILES | No | Build Artifact will be generated with only these files. Separate files with comma. |
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation builds a zip file artifact and saves it to the artifacts repository.
Endpoint Selection
This operation will select all available endpoints associated to the environment instance.
Endpoint Execution
This operation will randomly execute on one of the endpoints identified during selection.
Special Considerations
See Supported EBS Object Types at the end of this document for supported objects and considerations.
Do not save files with spaces to source control system as spaces are not allowed in file names.
- style