Vaasu
Vaasu

Reputation: 31

How to integrate Bugzilla with Jenkins

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.

Upvotes: 0

Views: 893

Answers (1)

Inderpal Singh
Inderpal Singh

Reputation: 101

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

I hope your issue will be solved.

Upvotes: 0

Related Questions