Versions Compared

Key

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

Creates a build artifact containing Internals, customizations, database and data mover files. For builds sourced from SCM, artifacts are generated for all object types. However, for builds originating from PEOPLESOFT, artifacts for customizations are produced from the peoplesoft server endpoint, while those for Internals are produced from the peoplesoft client endpoint. This artifact is then used by the packageDeploy (PeopleSoft) operation.

...

Property Name

Property Code

Required

Description

PeopleSoft Project Name

FDPSOFT_PROJECT_NAME

YesNo

The name of the PeopleSoft project. If not provided, defaults to FD_PROJECT_NAME.

PeopleSoft Object Types

FDPSOFT_OBJECT_TYPES

No

Comma separated list of object types as numbers to be included. If not provided all object types will be included. (e.g. 0,2,65,78)

Database SQL Files Extension Order

FDPSOFT_SQL_EXTENSIONS

No

SQL file extensions indesired order. Will be used for discover and sort. Files with these extensions will discover as type DATABASE Object. 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}}

Internal Files Root Source Directory

FDPSOFT_CUSTOMIZATIONS_ROOT_SOURCE_DIR

No

Where xml/INI file's package resides. Default is internals.

Customization Files Root Source Directory

FDPSOFT_INTERNALS_ROOT_SOURCE_DIR

No

Where customization file's package resides. Default is customizations.

Database Files Root Source Directory

FDPSOFT_DATABASE_ROOT_SOURCE_DIR

No

Where SQL file's package resides. Default is sql.

Datamover Files Root Source Directory

FDPSOFT_DATAMOVER_ROOT_SOURCE_DIR

No

Where Datamover dms file's package resides. Default is dms.

Project File Includes

FD_PARTIAL_FILE_INCLUDES

No

Controls files included in Project Files during populate. 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_EXCLUDES

No

Controls files excluded from Project Files during populate. 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).

...