Christopher Fenner
|
6d5fdd41bf
|
fix code climate issues (#712)
* fix code climate issues
* fix code climate issues
* Update GitUtils.groovy
|
2019-05-16 10:46:13 +02:00 |
|
Christopher Fenner
|
e67b9cff23
|
influxWriteData: hold data in dedicated object (#624)
* add InfluxData object
* add InfluxData rule
* use InfluxData
* include jenkins_custom_data into InfluxData object
* correct typo
* add missing import
* fix condition for influx reporting
* add test class
* Update influxWriteData.groovy
|
2019-04-11 11:39:41 +02:00 |
|
Alejandra Ferreiro Vidal
|
1e36df6a9c
|
fix docs generation (#640)
|
2019-04-04 17:01:30 +02:00 |
|
Alejandra Ferreiro Vidal
|
d863bb3209
|
durationMeasure: generate config
|
2019-04-03 08:16:33 +02:00 |
|
Marcus Holl
|
b7468a7ae4
|
Step name is not a string literal anymore
Having the step name always the same like the file name, which is in turn the class name is
redundant.
|
2018-11-29 09:54:05 +01:00 |
|
Marcus Holl
|
ea23d65594
|
Merge remote-tracking branch 'github/master' into HEAD
|
2018-10-30 17:01:19 +01:00 |
|
Marcus Holl
|
c03a75da9f
|
Ensure script is mandatory parameter
... only in case a step uses the script at all.
|
2018-10-30 16:24:47 +01:00 |
|
Marcus Holl
|
11a7b24ce8
|
STEP_NAME test
Asserts that each step (modulo whitelist) comes with a STEP_NAME
field.
|
2018-10-11 08:24:33 +02:00 |
|
Oliver Nocon
|
749aa5e7ed
|
InfluxDB support (#52)
* adding step for writing metrics to InfluxDB including dependencies
* added documentation
* incorporated PR feedback
|
2018-01-24 09:55:38 +01:00 |
|