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

186 Views Asked by At

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. my jira webhook URL is http://127.0.0.1:8085/generic-webhook-trigger/invoke?token=${project.key}${version.id}

0

There are 0 best solutions below