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 : String
setCustomBuildProperty
: Set custom build propertysetCustomBuildProperty(key: 'keyString', value: 'string')
setCustomBuildProperty(key: 'keyString', value: 42)
setCustomBuildProperty(key: 'keyString', value: LocalDateTime.now())
key : String
value : Object
onlySetIfAbsent : boolean
(optional)
setJUnitCounts
: Set junit test result counts as custom build propertiesThe following custom build properties will be set (prefixed with key prefix):
keyPrefix : String
include : String
exclude : String
onlySetIfAbsent : boolean
(optional)
waitForCustomBuildProperties
: Wait until specified custom build properties are setwaitForCustomBuildProperties(keys: ['key1', 'key2'])
keys : Array / List of String
timeoutTime : int
timeoutUnit
(optional)
NANOSECONDS
, MICROSECONDS
, MILLISECONDS
, SECONDS
, MINUTES
, HOURS
, DAYS
Please 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.