简体   繁体   English

Jenkins和JIRA Cloud之间的集成

[英]Integration between Jenkins and JIRA Cloud

I'd like to add a new comment to the JIRA Cloud after one of my job is finished. 我的工作完成后,我想向JIRA Cloud添加一条新评论。 I've tried jira-plugin, jira-ext and many more, but with no sufficient effect. 我已经尝试了jira-plugin,jira-ext等等,但没有足够的效果。 jira-ext plugin works in someway, but not at all. jira-ext插件在某种程度上起作用,但根本不起作用。 I cannot set it as a post build action (only build step). 我无法将其设置为后期构建操作(仅构建步骤)。 It's the reason why i do not have access to the variables like $STATUS, $BUILD_NUMBER. 这就是为什么我无法访问$ STATUS,$ BUILD_NUMBER等变量的原因。 I know that I can use somekind of REST notification and send a message directly by http protocol, but i'd like to use existed plugin. 我知道我可以使用某些REST通知并直接通过http协议发送消息,但我想使用现有的插件。

Which plugin do you use to integrate Jenkins with JIRA Cloud? 您使用哪个插件将Jenkins与JIRA Cloud集成? Could anyone describe step by step how can we set it properly for JIRA Cloud? 任何人都可以逐步描述我们如何为JIRA Cloud正确设置它?

Could you elaborate what exactly your want to do? 你能详细说明你想做什么吗?

In fact your have to set integration between Jira and Jenkins from Jira side. 事实上,你必须在Jira方面设置Jira和Jenkins之间的集成。 First of all we need to know what exactly we want to see at jira. 首先,我们需要知道我们想要在jira上看到什么。 At my infrastructure i want to now what developer do by jira issue so we use smart commits to bitbucket and gihub and Jira automatically link commit and issue. 在我的基础设施中,我想现在开发人员通过jira问题做什么,所以我们使用智能提交到bitbucket和gihub,Jira自动链接提交和问题。 Here some small manual Also if you wish something else you can use this jenkins plugin it can prepare release notices update issues do something else this plugin use rest and works with cloud and standalone instances of Jira 这里有一些小手册如果你想要别的东西你可以使用这个jenkins插件它可以准备发布通知更新问题做其他事情这个插件使用休息并使用云和Jira的独立实例

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM