How to integrate Bugzilla with Jenkins

895 Views Asked by At

Please explain how can i integrate Bugzilla with Jenkins.

Steps i have done till now are below:

  1. Installed Bugzilla and Jenkins in local system
  2. Able to access both applications
  3. Installed Bugzilla plugin in Jenkins application
  4. When i tried to add Bugzilla URL in Jenkins showing error, Screenshot attached. Bugzilla Plugin Integration

  5. My Expectation is to perform as given in this link https://wiki.jenkins.io/display/JENKINS/Bugzilla+Plugin

Thanks in Advance.

1

There are 1 best solutions below

0
On

You should check your bugzilla url. You need to change https://localhost to http://localhost

I hope your issue will be solved.