getCIBuildLog

On this page
Back to index

Summary

Retrieves a CI build by name.
request
Stringrequired
This parameter and the value displayed are required; request=getCIBuildLog must appear in your query string.
ciJobDetailName
Stringoptional
The name of the CI job detail.
ciBuildName
Stringoptional
The name of the CI build.
startIndex
Integeroptional
The start index of the log line.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getCIBuildLog( request: "test-request" /* optional arguments */ )