gpt4 book ai didi

jenkins - InfluxDB Jenkins管道插件: Target was null

转载 作者:行者123 更新时间:2023-12-02 10:14:10 25 4
gpt4 key购买 nike

我正在使用 InfluxDB 插件将指标从 Jenkins 构建发送到 influx。我只想使用 Jenkins 管道。

插件版本为1.10.2。

我将以下代码添加到我的 Jenkinsfile 中,如 documentation 中所示:

step([$class: 'InfluxDbPublisher',
customData: null,
customDataMap: null,
customPrefix: null,
target: 'http://ip:port,jenkins-db'])

当我执行构建时,我收到此错误:

java.lang.RuntimeException: Target was null!
at jenkinsci.plugins.influxdb.InfluxDbPublisher.perform(InfluxDbPublisher.java:186)
at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:69)
at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:59)

我看到目标的配置无效,但我不明白为什么。有人可以帮助我吗?

最佳答案

尝试使用另一种语法

step([$class: 'InfluxDbPublisher',
customData: null,
customDataMap: null,
customPrefix: null,
target: 'local influxDB'])

关于jenkins - InfluxDB Jenkins管道插件: Target was null,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41948769/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com