jenkinsci / jenkinsci/subversion-plugin
[JENKINS-61449] User scope credential not read from Subversion plugin
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
When I define a user credential scope, this credential are not read from subversion credential menu field in job configuration.
Step to reproduce the problem:
1) Create a user scope credential from "Username" -> "Credentials" > User -> Add Credentials
2) Create a new Freestyle job.
3) Go to "Authorization" on job page
4) Configure Build Authorization for a user who defined the credential
5) Go to "Configure" in job page.
6) Enable project-base security for authenticated users
7) In Source Code Management, select Subversion and trying to add User credential defined, are not show in the menu.
Git plugin instead read user credentials well.
At the moment, Subversion plugin read only Global Credentials Scoped.
---
Originally reported by
unrue, imported from: User scope credential not read from Subversion plugin
Raw content of original issue
When I define a user credential scope, this credential are not read from subversion credential menu field in job configuration.
Step to reproduce the problem:
1) Create a user scope credential from "Username" -
> "Credentials"> User -> Add Credentials2) Create a new Freestyle job.
3) Go to "Authorization" on job page
4) Configure Build Authorization for a user who defined the credential
5) Go to "Configure" in job page.
6) Enable project-base security for authenticated users
7) In Source Code Management, select Subversion and trying to add User credential defined, are not show in the menu.
Git plugin instead read user credentials well.
At the moment, Subversion plugin read only Global Credentials Scoped.
- environment:
Jenkins: 2.204.5 SUbversion plugin: 2.13.1Authorized project: 1.3.0. Linux Ubuntu 18.04 LTS.
5 attachments
- [1.jpg](https://issues.jenkins.io/secure/attachment/50662/1.jpg)
> 
- [2.jpg](https://issues.jenkins.io/secure/attachment/50661/2.jpg)
> 
- [3.jpg](https://issues.jenkins.io/secure/attachment/50660/3.jpg)
> 
- [4.jpg](https://issues.jenkins.io/secure/attachment/50659/4.jpg)
> 
- [5.jpg](https://issues.jenkins.io/secure/attachment/50658/5.jpg)
> 
Contributor guide
Assessment
This issue has not been assessed yet.