我已经将Jenkins配置为将构建信息发布到DevOps Insight。我能够验证DevOps Insight中的构建频率。但我没能看到错误日志。
您能告诉我,如果下面的配置将错误消息发布到DevOps洞察。还是我需要在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配置
点击这里!
发布于 2018-04-19 16:06:33
当您使用它与自由式作业一起发布构建记录时,您将需要在SCM中配置Git源代码,以便插件可以计算出repository_url、分支和提交id。
https://stackoverflow.com/questions/49766951
复制相似问题