How can we trigger Jenkins build when jira project version is released?

Adeel Akram December 17, 2020

I want to trigger a Jenkins build when jira project version is released. For this i tried generic-webhook-trigger but i don't know why its not working. I am new on this platform and don't know from where i can check the issue.

your suggestion will be appreciated.

Thanks

1 answer

0 votes
Adeel Akram December 17, 2020

My jira webhook URL is http://127.0.0.1:8085/generic-webhook-trigger/invoke?token=${project.key}${version.id}

Moreover if i hit this url directly on browser i got this error. {"jobs":null,"message":"Did not find any jobs with GenericTrigger configured! If you are using a token, you need to pass it like ...trigger/invoke?token=TOKENHERE. If you are not using a token, you need to authenticate like user:passsword@jenkins/generic-webhook... "}

Suggest an answer

Log in or Sign up to answer