bitbucket-branch-source-plugin icon indicating copy to clipboard operation
bitbucket-branch-source-plugin copied to clipboard

'Advanced' button is missing

Open FaraSeer opened this issue 5 years ago • 1 comments

Your checklist for this issue

  • [x] Jenkins version Jenkins 2.249.2 (I also tried on the current LTS version, 2.249.3)
  • [x] Plugin version 2.9.4
  • [x] Bitbucket cloud No
  • [x] Bitbucket server and version Yes, v7.7.1 (but it doesn't matter for this issue, as I suppose

Description

Hello.

I am trying to set up a multibranch pipeline for my project. I use a corporate bitbucket server, so I need to specify its URL in the 'Advanced' section, according to this instruction, but I cannot find it (button disappeared after one of the recent updates of Jenkins). What I see now: image

Here is the suspicious message from my google chrome console log, maybe it will help:

19:46:47.519 hudson-behavior.js:505 Couldn't find the expected parent element (.setting-main) for element <select checkdependson fillurl=​"/​job/​linux-test/​descriptorByName/​com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource/​fillServerUrlItems" checkurl=​"/​job/​linux-test/​descriptorByName/​com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSource/​checkServerUrl" name=​"_.serverUrl" class=​"setting-input validated select " value=​"https:​/​/​bitbucket.org">​…​</select>​ registerValidator @ hudson-behavior.js:505 (anonymous) @ behavior.js:116 (anonymous) @ behavior.js:111 applySubtree @ behavior.js:93 apply @ behavior.js:76 (anonymous) @ behavior.js:71 window.onload @ behavior.js:133 window.onload @ behavior.js:133 load (async) addLoadEvent @ behavior.js:132 createSearchBox @ hudson-behavior.js:2530 (anonymous) @ configure:18

I also tried it in the other browsers.

FaraSeer avatar Nov 20 '20 17:11 FaraSeer

I think those docs are outdated and could need some love :)

You can setup custom bitbucket-server endpoints on your /configure page, and then select them in your project later.

lifeofguenter avatar Nov 13 '21 20:11 lifeofguenter