Please explain how can i integrate Bugzilla with Jenkins.
Steps i have done till now are below:
- Installed Bugzilla and Jenkins in local system
- Able to access both applications
- Installed Bugzilla plugin in Jenkins application
When i tried to add Bugzilla URL in Jenkins showing error, Screenshot attached. Bugzilla Plugin Integration
My Expectation is to perform as given in this link https://wiki.jenkins.io/display/JENKINS/Bugzilla+Plugin
Thanks in Advance.
You should check your bugzilla url. You need to change https://localhost to http://localhost
I hope your issue will be solved.