无法使用 Jenkins 将构建信息发布到 IBM devOps Insights

Failed to publish build information on to IBM devOps Insights using Jenkins

我已将 Jenkins 配置为将构建信息发布到 DevOps Insights。 我能够在 DevOps Insights 中验证构建频率。 但是我看不到错误日志。

你能告诉我,如果下面的配置将错误消息发布到 DevOps Insights 上。或者我需要在 Jenkins 中做任何其他配置吗?

错误

ERROR: Error fetching remote repo 'origin'
[IBM Cloud DevOps] version: 1.1.18
[IBM Cloud DevOps] Log in successfully, get the Bluemix token
[IBM Cloud DevOps] Error: Failed to upload, response status HTTP/1.1 400 Bad Request
[IBM Cloud DevOps] Reason: "Missing one of fields: repository_url,branch,commit_id."
[IBM Cloud DevOps] Not building Deployable Message.
Finished: FAILURE

配置

点击here!

当你使用freestyle job来Publish Build Record时,你需要在SCM中配置Git源,这样插件才能计算出repository_url,分支和提交编号