I used Atlassian Jira Software Cloud (plugin on Jenkins) to connect the webhook from Jenkins for Jira (app on Jira). The connection via webhook is established. Now I encountered the issue "don't know the outcome of sending the build/deployment data to Jira". Currently, I just want to test without GitHub.
Although the "Jenkins server management" tab shows that the pipeline status is successful build. But nothing changes in my issue whose issueKey was initialized in the "branch" parameter of Post-build Actions step. (I used the Freestyle Job type).
Moreover, I could not find the Jenkins for Jira in a specific project. I just can see it in the App tab which displays with the admin role on Jira. I can not find this app in Development Tools either.
So:
- Where is the result I could check?
- What exact information will be sent to my issue on Jira?
- How to associate this app with Development Tools in my specific project?
There are two things to know for the official integration.
- Where is the result I could check?
You can check your build console log and Jenkins logs to see iff the integration is working. (I'm not completely sure if the Jira app has a log/event history that you can check.
- What exact information will be sent to my issue on Jira?
This typically only includes job names, descriptions and generic build information like execution time, duration, test results, references to commits of issues.
- How to associate this app with Development Tools in my specific project?
The Jenkins app is not listed under Development Tools, this section is more for SCM tools like Bitbucket and Github.
Typically you don't associate the Jenkins app with a project, but instead associate builds to work items (issues) this way results become available in the Development Status panels in Jira.
Upfront disclaimer, I'm the maintainer of the Jenkins for Jira, the original, app.
The Jenkins for Jira app does support freestyle jobs, and any other job type, and also has more locations where it searches for work item/issue keys.
More then happy to just on a call to discuss options for you but with the official and my app.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.