Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The PeopleSoft plugin package-based project allows for deploying customization File type objects. Customization file type objects model files that are stored in SCM. They are used to copy files from an SCM to a filesystem on an endpoint. Customization file objects can be sourced only from an SCM. They cannot be created manually. No attributes are required.

Sub-folders to the final target location of the file are created by the plugin as long as the endpoint user has sufficient privileges.

Attributes

Name

Code

Description

Default Value

Source

SOURCE

Object Source Location Type

SCM (**populating from SCM)

Target Location

TARGET_LOCATION

This is the location where the file will be placed. Property replacement will be performed on the value.

If blank, the file will be copied into FD_TEMP_DIR. If the default is used, but the Customizations Files Root Target Folder project property is left blank, then the file will be copied into FD_TEMP_DIR.

${{FDPSOFT_CUSTOMIZATIONS_FILE_ROOT_TARGET_FOLDER}}

Use Source Path

USE_SOURCE_PATH

If this is NOT checked, the file will be placed directly in target.

If it is checked, the whole File Name with path will be placed inside the target.

FDPSOFT_CUSTOMIZATIONS_FILE_ROOT_SOURCE_DIR_DEFAULT is the project property to control the default.

Owner:Group

OWNER

Set the owner or owner:group of the file to this value.

This only work on Unix endpoints. On Windows endpoints, it is ignored.

FDPSOFT_CUSTOMIZATIONS_FILE_OWNER_GROUP_FILE_DEFAULT is the project property to control the default.

Permission

PERMISSION

Set the permissions of the file to this value.

This only work on Unix endpoints. On Windows endpoints, it is ignored.

If it is not set, and Execute is checked, chmod +x will be run on the file if it is a Unix endpoint.

FDPSOFT_CUSTOMIZATIONS_FILE_PERMISSION_FILE_DEFAULT is the project property to control the default.

Property Replacement

PROPERTY_REPLACEMENT

If checked, property replacement will be run on the file, unless it appears to be a binary file, and then it will be skipped for property replacement.

FDPSOFT_CUSTOMIZATIONS_FILE_PROPERTY_REPLACEMENT_DEFAULT is the project property to control the default.

Execute

EXECUTE

If checked the file will be executed. This works on both Windows and Unix.

FDPSOFT_CUSTOMIZATIONS_FILE_EXECUTE_DEFAULT is the project property to control the default.

Ignore Failure

IGNORE_FAILURE

If checked, the file and the execution will be marked successful even if it fails to be processed in any way. The failure will still be logged, but there will be no other indication.

FDPSOFT_CUSTOMIZATIONS_FILE_IGNORE_FAILURE_DEFAULTis the project property to control the default.

  • No labels