Does this request specifically mean matching the Bitbucket Server REST API URL to the specification of the credential domain? For example, a Jenkins administrator could define a credential domain for hostname "bitbucket1.example.com" and another for hostname "bitbucket2.example.com", and add a Bitbucket personal access token credential in each credential domain; then if the repository is within https://bitbucket2.example.com:7990/, the plugin should get the credential from the corresponding credential domain.
That's what I'd expect it to mean, but the link to JENKINS-63009 makes me unsure.
Does this request specifically mean matching the Bitbucket Server REST API URL to the specification of the credential domain? For example, a Jenkins administrator could define a credential domain for hostname "bitbucket1.example.com" and another for hostname "bitbucket2.example.com", and add a Bitbucket personal access token credential in each credential domain; then if the repository is within https://bitbucket2.example.com:7990/, the plugin should get the credential from the corresponding credential domain.
That's what I'd expect it to mean, but the link to
JENKINS-63009makes me unsure.