-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
It is too hard to find the Subversion credentials in
/hudson/scm/SubversionSCM/enterCredential. The form and fields on this page
should be integrated into the main project configuration page, so I can specify
it at the same time as the URL.
- is related to
-
JENKINS-14422 Create a page for editing your oracle download credentials
-
- Open
-
Subversion credentials are shared across projects, and therefore it is not
necessarily something that every project needs to worry about. For example in a
typical corporate intranet set up, once the system admin enters a credential,
all the jobs can simply reuse the same.
That's the motivation behind the current design — it asynchronously checks the
connectivity and if the credential is necessary it asks you to enter one.
So at least in theory you won't have to find
/hudson/scm/SubversionSCM/enterCredential. I'd like to better understand why you
had to look for that.
I can relatively easily add the link to enterCredential page in
/hudson/configure if you think that's useful.