jenkinsci / jenkinsci/credentials-plugin
[JENKINS-60349] User credentials not usable by Git plugin
- Dominant language
- Java
- Stars
- 134
- Forks
- 258
- Avg merge
- 48m
- Merged PRs (30d)
- 1
Description
While I can select user-level credentials in a job (configured to run as the specified user), I obtain an error "Warning: CredentialId "xyz" could not be found." when trying to run the job.
Can you tell me which additional information you need?
I believe the problem should be with com.cloudbees.plugins.credentials.CredentialsMatchers as used in hudson.plugins.git.gitSCM.
---
Originally reported by robertschulze, imported from: User credentials not usable by Git plugin
Raw content of original issue
While I can select user-level credentials in a job (configured to run as the specified user), I obtain an error "Warning: CredentialId "xyz" could not be found." when trying to run the job.
Can you tell me which additional information you need?
I believe the problem should be with com.cloudbees.plugins.credentials.CredentialsMatchers as used in hudson.plugins.git.gitSCM.
environment
```
org.jenkins-ci.main:jenkins-war:2.190.3
org.jenkins-ci.plugins:git:4.0.0
org.jenkins-ci.plugins:git-client:3.0.0
org.jenkins-ci.plugins:credentials:2.3.0
```
8 attachments
- [image-2019-12-19-09-56-19-293.png](https://issues.jenkins.io/secure/attachment/49827/image-2019-12-19-09-56-19-293.png)
> 
- [image-2019-12-19-09-57-09-476.png](https://issues.jenkins.io/secure/attachment/49828/image-2019-12-19-09-57-09-476.png)
> 
- [image-2019-12-19-09-57-57-043.png](https://issues.jenkins.io/secure/attachment/49829/image-2019-12-19-09-57-57-043.png)
> 
- [image-2019-12-19-09-58-50-860.png](https://issues.jenkins.io/secure/attachment/49830/image-2019-12-19-09-58-50-860.png)
> 
- [image-2019-12-19-10-00-04-639.png](https://issues.jenkins.io/secure/attachment/49831/image-2019-12-19-10-00-04-639.png)
> 
- [image-2019-12-19-10-00-50-926.png](https://issues.jenkins.io/secure/attachment/49832/image-2019-12-19-10-00-50-926.png)
> 
- [mark-waite-credentials-dropdown.png](https://issues.jenkins.io/secure/attachment/49708/mark-waite-credentials-dropdown.png)
> 
- [personal-access-token-on-my-userid.png](https://issues.jenkins.io/secure/attachment/49709/personal-access-token-on-my-userid.png)
> 
Contributor guide
Assessment
This issue has not been assessed yet.