是否可以提供一个工蜂事件进行态触发关联蓝盾流水线功能 #4892
Jimmy01010
started this conversation in
Ideas
Replies: 0 comments
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.
-
背景: 现在通过Git事件触发的流水线只能实时触发,即事件到达,流水线就执行。但执行之前可能会遇到条件触发。
比如MR后,先触发一条OCI流水线,OCI流水线执行结束退出后再发起一条蓝盾流水线,再根据后面触发的蓝盾流水来卡MR的质量。
需求:通过API触发的流水线可以加入到已经触发的Git事件中,也和Git事件触发一样用来卡代码质量。
Beta Was this translation helpful? Give feedback.
All reactions