getCIJob
Retrieves the specified CI job.
Arguments
Argument Name | Type | Description |
---|---|---|
ciConfigurationName |
String |
(Required) The CI configuration name. |
ciControllerDomain |
String |
The domain name of the CI controller. |
ciEndpoint |
String |
Endpoint of the CI Controller. |
ciJobName |
String |
The CI job name. |
folder |
String |
The 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/… |
getCIJobParameters
Retrieves parameters for the given CI job.
Arguments
Argument Name | Type | Description |
---|---|---|
ciConfigurationName |
String |
(Required) The CI configuration name. |
ciJobName |
String |
(Required) Name of the CI job. |
ciControllerDomain |
String |
The domain name of the CI controller. |
ciEndpoint |
String |
Endpoint of the CI Controller. |
ciJobBranchName |
String |
Name of the CI Job Branch. |
folder |
String |
The 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/… |
getCIJobs
Retrieves CI jobs for the specified CI configuration.
Arguments
Argument Name | Type | Description |
---|---|---|
ciConfigurationName |
String |
(Required) The CI configuration name. |
ciControllerDomain |
String |
The domain name of the CI controller. |
ciEndpoint |
String |
Endpoint of the CI Controller. |
folder |
String |
The 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/… |
jobSearchType |
CIJobSearchType |
Specify job search type: FOLDER to return all folders and ciControllers, JOB (default) to return all other job types, or ALL to return both jobs and folders |