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. See also EBS Object Types Reference for a list of supported EBS object types.
...
Environment/Instance Properties
| Property Name | Property Code | Required | Description |
|---|---|---|---|
| EBS Source Script |
| Yes | Source Script with full path. If you would like to apply changes directly to run edition for EBS R 12.2+, specify the run param after the script. By default it connects to patch edition when performing the deploy operation. All other operations are sourced from run by default. e.g. |
Project Properties
| Property Name | Property Code | Required | Description |
|---|---|---|---|
| EBS Module 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 |
| No | List of files to exclude while building. (e.g. server.xml, web.xml). (Full deployment model only) |
| EBS Java Root Source Directory |
| No | Where java/class/xml file's package resides. (For all AOL files). |
| EBS SQL Root Source Directory |
| No | Source folder for sql and pls files. |
| EBS Concurrent Program SQL Root Source Directory |
| No | Source folder for Concurrent Prorgram's SQL files (Not executed after deploy). |
| EBS Publisher Root Source Directory |
| No | Source folder for Publisher files. |
| EBS Forms Root Source Directory |
| No | Source folder for Forms. |
| EBS Reports Root Source Directory |
| No | Source folder for Reports. |
| EBS Media Root Source Directory |
| No | Source folder for image files. |
| EBS HTML Root Source Directory |
| No | Source folder for web files. |
| EBS Fonts Root Source Directory |
| No | Source folder for font files. |
| EBS Prog Root Source Directory |
| No | Source folder for Prog files. |
| EBS Workflows Root Source Directory |
| No | Source folder for workflow files. |
| EBS Scripts Root Source Directory |
| No | Source folder for scripts files. |
| EBS Perl Root Source Directory |
| No | Source folder for perl modules. |
| EBS Jar Root Source Directory |
| No | Source folder for JAR files. |
| EBS Ear Root Source Directory |
| No | Source folder for EAR files. |
| EBS Load Java Root Source Directory |
| No | Source folder for Java Stored Procedure files. |
| EBS Data Root Source Directory |
| No | Source folder for data files. |
| EBS SQL LDR Root Source Directory |
| No | Source folder for control (ctl) files. |
FDEBS_WORKFLOWS_UPLOAD_MODE | No | Upload Mode for WFLOAD. e.g. FORCE Default is UPLOAD. | |
FDEBS_PUBLISHER_CUSTOM_MODE | No | Added in 4.5.1.5 When populating or evaluating files deployed with XDOLoader, set the CUSTOM_MODE of publisher files to this. Default is FORCE. | |
| EBS SQL Extensions |
| No | SQL file extensions in their order to process. Specify the list of comma-separated extensions if you would like to change. |
| File Permissions | FDEBS_FILE_PERMISSIONS | No | Target File Permission. Will be set to target file after deployment using chmod. eg: 755 |
| Project File Excludes | FD_PARTIAL_FILE_EXCLUDES | No | Controls files excluded from Project Files. Enter expressions separated by ##. Leave empty to select all files. Begin or end the expression with * for simple wildcards. Otherwise, regex is used. (e.g. /java/*##*.java##*person*##/java/.*[tT]est.*\.java) |
| Project File Excludes | FD_PARTIAL_FILE_INCLUDES | No | Controls files included in Project Files. Enter expressions separated by ##. Leave empty to select all files. Begin or end the expression with * for simple wildcards. Otherwise, regex is used. (e.g. /java/*##*.java##*person*##/java/.*[tT]est.*\.java) |
Inputs
| Input Name | Input Code | Required | Description |
|---|---|---|---|
| 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.
...