【发布时间】:2017-12-14 08:54:20
【问题描述】:
我的 jira 问题与 Git 拉取请求有关,我想在 jira 状态更改时触发 jenkins 作业。但是 jenkins 工作需要的参数之一是分支,我如何将分支参数从我的 jira 问题传递给 jenkins?
更多信息:
我的 jenkins 构建期望获得一个 Git 分支名称。 This the information i need to parse from the JIRA issue
所以我的问题是,我如何通过the parameter mapping provided by the Jira-trigger-plugin 注入分支名称
【问题讨论】: