Hi all,
I have a Jenkins server on-premise over HTTPS. Furthermore, I have an instance of JIRA CLOUD. My idea is:
* When issue status in JIRA Cloud is changed, this should trigger a specific Jenkins job . I tried to do this by webhooks. It doesn't work, but I'm not sure if I'm doing properly.
Please, anybody has faced with this topic?
Regards.
Hi @Rafael Garzon ,
using webhooks it should work fine as Jira is able to perform API calls to any service. Do you actually see the incoming request from Jira on your Jenkins logs or not at all ?
Also, did you make sure that your Jenkins instance is accessible from the internet ?
Thanks,
--Alexis
w
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alexis,
Thank you for your answer. Former, I had both jenkins and jira on premise, and i was using jira-trigger plugin for this purpose. But now, Jira has been migrated to Cloud (Jenkins is accessible from Internet). I think that my problem migth be in URL field when I'm setting up my webhook. in my case: https://url-jenkins:port/job/NAME_OF_JOB/build. Is that correct?
thanks in advance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The URL seems to be fine, but it might be worth checking with your IT team as there are a number of different reasons that could prevent Jira from reaching it (whitelisting, firewalls, etc).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.