On Thursday, March 29, 2012 2:38:12 PM UTC+2, Fernando Cervera wrote:
>
> SVN credentials are also stored *on each* Job that have used them.
> (/Jenkins/jobs/some_job/*subversion.credentials*).
Thanks! This (and the deletion from hudson.scm.SubversionSCM.xml )solved
the problem.
Matteo
>
SVN credentials are also stored *on each* Job that have used them.
(/Jenkins/jobs/some_job/*subversion.credentials*).
On Thu, Mar 29, 2012 at 9:13 AM, Teo wrote:
>
> On Mar 29, 2:06 pm, Ferenc Kovacs wrote:
> > you can update your credentials
> throughhttp://yourjenkins/scm/SubversionSCM/enter
On Mar 29, 2:06 pm, Ferenc Kovacs wrote:
> you can update your credentials
> throughhttp://yourjenkins/scm/SubversionSCM/enterCredential
Thanks, it worked (or at least I could enter new credentials).
Not that I don't trust the tool but: were the old credentials deleted?
Is there a way to chec
As stated, empty for the jenkins user:
$ cd ~jenkins/.subversion
$ find .
.
./auth
./auth/svn.ssl.server
./auth/svn.ssl.server/7b26c6dae06380248cfdb33d0766c18b
./auth/svn.simple
./auth/svn.ssl.client-passphrase
./auth/svn.username
./servers
./README.txt
./config
If I log in as jenkins (su - jenki
you can update your credentials through
http://yourjenkins/scm/SubversionSCM/enterCredential
On Thu, Mar 29, 2012 at 1:52 PM, Teo wrote:
> Hi,
>
> I am trying to remove some Subversion credential since we need to use a
> different
> user for a couple of projects.
>
> What I did:
>
>- I remo
Try ~/.subversion/auth/svn.simple
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Teo
Sent: 29 March 2012 12:53
To: jenkinsci-users@googlegroups.com
Subject: Removing Subversion credentials
Hi,
I am trying to remove some Subversion credential since