【发布时间】:2017-01-23 23:01:26
【问题描述】:
我的问题陈述是,在 JIRA 工作流程中,如果在将故事从审核状态移动到完成状态时,我必须触发一个调用 Jenkins 管道的 webhook。但同样的条件是,只有当故事是 Dev 时,它才应该触发这个管道。如果故事与研究/POC/AnyOther 相关,则不应调用 webhook。
As in the image it shows that story will move from review to done with transition state name "DONE".
现在在相同的过渡状态发布功能中,我想触发发布功能,如果故事本质上是开发,则反过来调用 Jenkins 管道。 如何使用任何免费插件来实现这一点?
【问题讨论】:
标签: jenkins workflow jira devops jira-plugin