ktdreyer/jenkins-job-wrecker

bitbucketweb is not a valid jjb browser

Opened this issue · 1 comments

When using bitbucket integration, jjbwrecker writes yaml file with
browser: bitbucketweb

jenkins_jobs.errors.JenkinsJobsException: Browser entered is not valid must be one of: googlecode, bitbucket, hgweb, rhodecode-pre-1.2.0, auto, rhodecode, kilnhg, fisheye

manually editing the yaml's and changing it to bitbucket instead of bitbucketweb fixes the issue.

IMHO this is a bug in JJB. bitbucketweb is correct for the Git SCM, and it's what is documented for the Hg SCM as well. But in reality the Hg scm.py code uses bitbucket instead. https://review.openstack.org/449692