InedoSDK Reference
Version:

CIBuildInfo(string Id, string Scope, string Number, System.DateTime Date, string Status, string Url) Constructor

Represents a build in an external CI system, such as Jenkins or TeamCity

Syntax

public CIBuildInfo(string Id, string Scope, string Number, System.DateTime Date, string Status, string Url)

Parameters

Id
Type: string

Project-unique identifier of the build.

Scope
Type: string

Scope within the project, or System.String.Empty for no scope.

Number
Type: string

Build number in the external system.

Date
Type: System.DateTime

Date the build was created.

Status
Type: string

Status of the build.

Url
Type: string

Browse URL of the build.

Remarks

The Scope is used to represent a Build Configuration (in TeamCity) or a Branch (in a Jenkins Multibranch Project), where users may think of them like "sub-projects"