I am trying to integrate jenkins and jira. I follow steps from this URL -> https://github.com/jenkinsci/jira-trigger-plugin
- I follow each steps described in the URL
- there is 1 thing I do not understand:
“Set URL to: ${Jenkins URL}/jira-trigger-webhook-receiver/ e.g. http://localhost:8080/jenkins/jira-trigger-webhook-receiver/”
my JIRA URL is : http://localhost:8080
my JENKINS URL is : http://localhost:9090
JIRA and JENKINS are running in the same server but using different port. - JIRA plugin in the JENKINS -> installed
JENKIKN plugin in the JIRA -> installed - the JIRA logs are set to FINE
the conditions are:
- whatever I update in the JIRA is not triggering the jenkins.
- I am using JIRA server on prem.
- I am using jenkins on prem
Please help….
New contributor
Eko Budiharto is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.