The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.
For a list of other such plugins, see the Pipeline Steps Reference page.
getCustomBuildProperty: Get custom build propertykey
StringsetCustomBuildProperty: Set custom build propertysetCustomBuildProperty(key: 'keyString', value: 'string')setCustomBuildProperty(key: 'keyString', value: 42)setCustomBuildProperty(key: 'keyString', value: LocalDateTime.now())key
Stringvalue
ObjectonlySetIfAbsent (optional)
booleansetJUnitCounts: Set junit test result counts as custom build propertiesThe following custom build properties will be set (prefixed with key prefix):
keyPrefix
Stringinclude
Stringexclude
StringonlySetIfAbsent (optional)
booleanwaitForCustomBuildProperties: Wait until specified custom build properties are setwaitForCustomBuildProperties(keys: ['key1', 'key2'])keys
StringtimeoutTime
inttimeoutUnit (optional)
NANOSECONDS, MICROSECONDS, MILLISECONDS, SECONDS, MINUTES, HOURS, DAYSPlease submit your feedback about this page through this quick form.
Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?
See existing feedback here.