Skip to end of banner
Go to start of banner

getBuildList

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 64 Next »

See also: Actions

Description

Get a list of build results. Build results can be filtered by labels, issues, and using field parameters. Supported fields are state, notState, started, endedBefore. For example, include only successful results by using: --field state=SUCCESSFUL, or include only builds started after a specific date use: --field started=2016-04-30 --dateFormat yyyy-MM-dd. Default limit is 25.

Required Parameters

plan or build

Optional Parameters

labels, issues, limit, columns, select, options, outputType, file, append, encoding, field, field1, value1, field2, value2

Type

Get

Category

Builds

Output Formats

1 - basic, 999 - test information and other details

Replacement Variables

Since Version

Examples

getBuildList

Related How To's

  • No labels