-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: subversion-plugin
-
Environment:Jenkins: 2.204.5 SUbversion plugin: 2.13.1Authorized project: 1.3.0. Linux Ubuntu 18.04 LTS.
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.