HI Jmata, In our setup, we have a generic AD user that runs Jenkins. For any given SVN repository, we simply check out with "-N" once as this user and let SVN keep the credential password cached. The cache credential is stored as file in the generic user home directory/.subversion/auth/svn.simple/. Unless you are building on a slave connecting to master as a different user, all jobs should be able to check out since the same AD user also runs the Jenkins instance/ Jenkins Master.
-Indra From: Jmata <[email protected]<mailto:[email protected]>> Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: Tuesday, February 18, 2014 at 3:18 PM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Svn Credentials Hey Guys, Having an SVN issue.. So here is my problem, I have about 500 jobs in my Jenkins Master. All my jobs are failing because I need to enter our svn username and password, I really don't want to do this process for all 500 jobs under the configure option. Is there a way I can just use one global password for SVN? I did put the creds under Configure System> Global SVN Publisher but that didn't seem to work. Any Ideas would be appreciated. Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
