-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
-
933.0.1
The com.cloudbees.jenkins.plugins.bitbucket.credentials.BitbucketUsernamePasswordCredentialMatcher class implements the CredentialsMatcher.CQL interface by making public String describe() return the constant string "username and password are not empty". This is not valid Credentials Query Language and cannot be parsed by the public static CredentialsMatcher parse(final String cql) method of com.cloudbees.plugins.credentials.CredentialsMatchers.
Likewise, BitbucketOAuthCredentialMatcher implements CredentialsMatcher.CQL and returns a CQL string that is invalid in several ways:
- Unbalanced parentheses
- Misspelled lenght doesn't match String.length()
- Uses a CONTAINS operator that is not defined in CQL
- is caused by
-
JENKINS-74965 Add support for Repository, Project and Workspace Access Token for Bitbucket Cloud
- Closed
-
JENKINS-34262 Support for OAuth credentials
- Closed
- relates to
-
JENKINS-35306 Credentials Providers need to be able to list credentials without retrieving the backing secret
- Closed
- links to