The following macros are not currently supported in the header:
  • 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).
E.g: classes.
Default is java.

FDEBS_SQL_ROOT_SOURCE_DIR

No

Source folder for sql and pls files.
eg: db.
Default is sql.

FDEBS_CP_SQL_ROOT_SOURCE_DIR

No

Source folder for Concurrent Prorgram's SQL files (Not executed after deploy).
eg: movesql.
Default is cp_sql.

FDEBS_PUBLISHER_ROOT_SOURCE_DIR

No

Source folder for Publisher files.
eg: xmlpub.
Default is publisher.

FDEBS_FORMS_ROOT_SOURCE_DIR

No

Source folder for Forms.
E.g: Form.
Default is forms.

FDEBS_REPORTS_ROOT_SOURCE_DIR

No

Source folder for Reports.
E.g: report.
Default is reports.

FDEBS_MEDIA_ROOT_SOURCE_DIR

No

Source folder for image files.
E.g: oa_media.
Default is media.

FDEBS_HTML_ROOT_SOURCE_DIR

No

Source folder for web files.
E.g: web.
Default is html.

FDEBS_FONTS_ROOT_SOURCE_DIR

No

Source folder for font files.
E.g: font.
Default is fonts.

FDEBS_PROG_ROOT_SOURCE_DIR

No

Source folder for Prog files.
E,g: cm.
Default is prog.

FDEBS_WORKFLOWS_ROOT_SOURCE_DIR

No

Source folder for workflow files.
E.g: wf.
Default is workflows.

FDEBS_SCRIPTS_ROOT_SOURCE_DIR

No

Source folder for scripts files.
eg: scripting.
Default is scripts.

FDEBS_PERL_ROOT_SOURCE_DIR

No

Source folder for perl modules.
eg: pm.
Default is perl.

FDEBS_JAR_ROOT_SOURCE_DIR

No

Source folder for JAR files.
eg: achieves.
Default is jar.

FDEBS_EAR_ROOT_SOURCE_DIR

No

Source folder for EAR files.
eg: achieves.
Default is ear.

FDEBS_LOAD_JAVA_ROOT_SOURCE_DIR

No

Source folder for Java Stored Procedure files.
eg: javasp.
Default is loadjava.

FDEBS_DAT_ROOT_SOURCE_DIR

No

Source folder for data files.
eg: sqldata.
Default is data.

FDEBS_SQL_LDR_ROOT_SOURCE_DIR

No

Source folder for control (ctl) files.
eg: control.
Default is sqlldr.

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.
Default value is: seq,tbl,idx,typ,tps,tpb,sql,pkh,plb,pks,pkb,pls,pck,fnc,trg,spc,bdy,prc

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.

The following macros are not currently supported in the footer:
  • style