Git 事件触发插件设置为 Tag Push Hook 时允许过滤删除 tag 的触发事件 #6206
christopherwilsrks
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.
-
想实现新增 tag 的时候自动触发流水线编辑构建运行镜像,因此配置了 Git 事件触发插件,并设置为 Tag Push Hook。
但是删除 tag 的操作也会触发这条流水线,导致实际切换不到这个 tag 报错。
能否支持配置过滤删除 tag 事件?
Beta Was this translation helpful? Give feedback.
All reactions