You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
mbassett
changed the title
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
bitbucketweb is not a valid jjb browser
Jan 14, 2017
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
mika
pushed a commit
to sipwise/jenkins-job-builder
that referenced
this issue
Apr 29, 2024
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.
The text was updated successfully, but these errors were encountered: