Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Done
-
Component/s: subversion-plugin
-
Labels:None
-
Environment:Jenkins 2.73.3
Subversion plug-in 2.8+
-
Similar Issues:
Description
When setting up a shared library on a folder, can’t pick credentials if Modern SCM is used. All of our credentials are scoped to specific domains, the drop-down box never populates.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Andy Neebel [ andne ] |
Resolution | Done [ 10000 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Code changed in jenkins
User: Andy Neebel
Path:
src/main/java/jenkins/scm/impl/subversion/SubversionSCMSource.java
http://jenkins-ci.org/commit/subversion-plugin/c056e9af67458d94106f617ab97e2579b5f27b92
Log:
JENKINS-49624Fix selecting credentials for Pipeline Libraries using Modern SCM (#206)Comes from
JENKINS-44271, applying fix for git-plugin to subversion-plugin