-
New Feature
-
Resolution: Unresolved
-
Minor
-
Atlassian Bitbucket v.6.7.1
Jenkins v.2.190.3
Bitbucket Server Integration v.1.0.3
It only works with global credentials.
We need to configure the plugin to use domain credentials.
- is related to
-
JENKINS-63009 Job credentials do not match any results outside of System context
-
- Closed
-
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.