-
Bug
-
Resolution: Fixed
-
Blocker
-
Jenkins v1.625.3
I am using the Credential plugin for Jenkins, and I think I have detected a bug.
I am going to explain the steps I have followed .(sorry for my English
- First, I create the domain and exclude the path XXXX
- Second, I created the credentials for my user inside this domain
- Then, I configure the job, pasting the url repo.
- And the credentials show me jsanchra and None values. I guess the Credentials only should show None value, is that correct? Maybe I have a configuration mistake?
- is related to
-
JENKINS-44773 User Scoped credentials are not used by the "git" pipeline step
-
- Closed
-
[JENKINS-43022] Not correct exclude path to domains
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Resolution | Original: Not A Defect [ 7 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |
Attachment | New: image5.png [ 36719 ] |
Attachment | New: image6.png [ 36720 ] |
Component/s | New: git-client-plugin [ 17423 ] | |
Component/s | Original: credentials-plugin [ 16523 ] |
Assignee | Original: Stephen Connolly [ stephenconnolly ] | New: Mark Waite [ markewaite ] |
So you have not supplied a wildcard on the path, which means that you are excluding only the EXACT path /git/STEPS/ try changing your exclude path to /git/STEPS/**