Back to index
Summary
Retrieves the specified CI job.ciConfigurationNameStringrequiredThe CI configuration name. ciControllerDomainStringoptionalThe domain name of the CI controller. ciEndpointStringoptionalEndpoint of the CI Controller. ciJobNameStringoptionalThe CI job name. folderStringoptionalThe path to the folder on the CI server referenced by the CI configuration that contains the CI jobs. The folder path must be in format of: folder1/folder2/folder3/... |
Usage
Perl
$cmdr->getCIJob( "test-ciConfigurationName" # ciConfigurationName # optionals );
ectool
ectool getCIJob \ "test-ciConfigurationName" `# ciConfigurationName` \ # optionals