- 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 | Required | Description |
---|---|---|
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. |
FDEBS_FILE_EXCLUDES | No | List of files to exclude while Building. (E.g: server.xml, web.xml). |
FDEBS_JAVA_ROOT_SOURCE_DIR | No | Where java/class/xml file's package resides. (For all AOL files). |
FDEBS_SQL_ROOT_SOURCE_DIR | No | Source folder for sql and pls files. |
FDEBS_CP_SQL_ROOT_SOURCE_DIR | No | Source folder for Concurrent Prorgram's SQL files (Not executed after deploy). |
FDEBS_PUBLISHER_ROOT_SOURCE_DIR | No | Source folder for Publisher files. |
FDEBS_FORMS_ROOT_SOURCE_DIR | No | Source folder for Forms. |
FDEBS_REPORTS_ROOT_SOURCE_DIR | No | Source folder for Reports. |
FDEBS_MEDIA_ROOT_SOURCE_DIR | No | Source folder for image files. |
FDEBS_HTML_ROOT_SOURCE_DIR | No | Source folder for web files. |
FDEBS_FONTS_ROOT_SOURCE_DIR | No | Source folder for font files. |
FDEBS_PROG_ROOT_SOURCE_DIR | No | Source folder for Prog files. |
FDEBS_WORKFLOWS_ROOT_SOURCE_DIR | No | Source folder for workflow files. |
FDEBS_SCRIPTS_ROOT_SOURCE_DIR | No | Source folder for scripts files. |
FDEBS_PERL_ROOT_SOURCE_DIR | No | Source folder for perl modules. |
FDEBS_JAR_ROOT_SOURCE_DIR | No | Source folder for JAR files. |
FDEBS_EAR_ROOT_SOURCE_DIR | No | Source folder for EAR files. |
FDEBS_LOAD_JAVA_ROOT_SOURCE_DIR | No | Source folder for Java Stored Procedure files. |
FDEBS_DAT_ROOT_SOURCE_DIR | No | Source folder for data files. |
FDEBS_SQL_LDR_ROOT_SOURCE_DIR | No | Source folder for control (ctl) files. |
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 | Required | Description |
---|---|---|
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 run 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