流水线可以获取调用的子流水线所报的错误信息 #6096
ychengwang
started this conversation in
Ideas
Replies: 1 comment
-
|
这块是设计如此,不做改动哈,主要原因:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
项目的流水线中经常会去调用其他的流水线进行操作,子流水线报错后父流水线也只能知道子流水线执行出错了,不能知道具体的错误,需要手动跳转到子流水线去看才知道是什么错误,看能不能提供什么功能能够在父级流水线就能知道子流水线的错误信息,还要考虑一下多层子流水线调用的情况
Beta Was this translation helpful? Give feedback.
All reactions