Unsupported content

 

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

FileDeployJob - setJobSourceFilePathList

FileDeployJob - setJobSourceFilePathList

Description :

Replaces the job's existing source file list with the given list. The return value is the DBKey of the modified job.

Return type : DBKey

Command Input :

Variable Name

Variable Type

Description

jobName

String

Name of the File Deploy Job.

jobGroup

String

The path to the job group containing the File Deploy Job.

sourceFileList

com.bladelogic.om.infra.cli.helper.StringList

The list of source files. These must be specified in nsh format and may reside on remote hosts.

Example

The following example replaces the source file list of an existing job with the given list.

Script





FileDeployJob setJobSourceFilePathList JobName /JobGroup "//remotehost/C/sourceDir1/foo.txt,/C/localDir/bar.txt" 



Was this page helpful? Yes No Submitting... Thank you

Comments