Back to index
Summary
Retrieves parameters for the given CI job.ciJobNameStringrequiredName of the CI job. ciConfigurationNameStringrequiredThe CI configuration name. ciControllerDomainStringoptionalThe domain name of the CI controller. ciEndpointStringoptionalEndpoint of the CI Controller. ciJobBranchNameStringoptionalName of the CI Job Branch. 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
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getCIJobParameters( ciJobName: "test-ciJobName", ciConfigurationName: "test-ciConfigurationName" /* optional arguments */ )