Skip to content

buildnote submit property

Collects a build-level property.

Usage

buildnote submit property <options>

Options

--tag

All collected events will be tagged with specified tags.

Example:

shell
--tag "Unit Tests"

You can also specify multiple tags by repeating this option.

Example of multiple tags:

shell
--tag "Unit Tests" --tag "All Tests"

Values: text


--name

Name of the property to collect.

Example:

shell
--name "Code Coverage"

Values: text


--type

Type of the property value to collect.

Example:

shell
--type number

Values: (number|string)


--value

Value of the property to collect.

Example:

shell
--value "1.42"

Values: text


-h, --help

Show this message and exit