有人知道我如何获得蓝海所示的单独日志(针对每个管道阶段)。我需要将它们附加到Jira上,但我找不到它们。有什么想法吗?

发布于 2020-10-12 17:54:44
您可以通过以下url找到rest api文档:
https://github.com/jenkinsci/blueocean-plugin/tree/master/blueocean-rest
在他们的文档中仍然需要注意这一点。
The Blue Ocean REST API is a "private API" designed for the Blue Ocean user interface.
It may change without notice at any time.https://stackoverflow.com/questions/53444196
复制相似问题