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
Remove the CredentialsMatcher.CQL implementations from
BitbucketUsernamePasswordCredentialMatcher and
BitbucketOAuthCredentialMatcher.
The Credentials Query Language grammar does not support
static method calls like StringUtils.isNotBlank(username).
I didn't find any credential provider that uses CQL,
so let's just not implement it.
Copy file name to clipboardExpand all lines: src/main/java/com/cloudbees/jenkins/plugins/bitbucket/impl/credentials/BitbucketOAuthCredentialMatcher.java
Copy file name to clipboardExpand all lines: src/main/java/com/cloudbees/jenkins/plugins/bitbucket/impl/credentials/BitbucketUsernamePasswordCredentialMatcher.java
0 commit comments