mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-30 05:59:39 +02:00
cloudFoundryDeploy: fix naming of Influx step (#450)
* fix naming Influx * fix test for influx name change
This commit is contained in:
parent
f6647d9ce5
commit
423c9f52ba
@ -58,7 +58,7 @@ class CloudFoundryDeployTest extends BasePiperTest {
|
|||||||
|
|
||||||
@Before
|
@Before
|
||||||
void init() {
|
void init() {
|
||||||
helper.registerAllowedMethod('writeInflux', [Map.class], {m ->
|
helper.registerAllowedMethod('influxWriteData', [Map.class], {m ->
|
||||||
writeInfluxMap = m
|
writeInfluxMap = m
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
@ -264,5 +264,5 @@ private void reportToInflux(script, config, deploySuccess, JenkinsUtils jenkinsU
|
|||||||
cfOrg: config.cloudFoundry.org,
|
cfOrg: config.cloudFoundry.org,
|
||||||
cfSpace: config.cloudFoundry.space,
|
cfSpace: config.cloudFoundry.space,
|
||||||
]]
|
]]
|
||||||
writeInflux script: script, customData: [:], customDataTags: [:], customDataMap: deploymentData, customDataMapTags: deploymentDataTags
|
influxWriteData script: script, customData: [:], customDataTags: [:], customDataMap: deploymentData, customDataMapTags: deploymentDataTags
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user