Probably because Jenkins is not using your scripts to check out code from svn server. Jenkins has its own pure java implementation of subversion.
-- Sami Suri <suresh1256...@gmail.com> kirjoitti 14.5.2012 kello 17.22: > Hi > > We are running all our builds using Jenkins with our perl script. > All server password we are maintaining in db. Our scripts will refer > password in db and get the values when running the build. > > Recently I have changed my SVN server password and updated in db also. > I couldn’t able to login using my old password in Server using ssh and > telnet. But i really wondered using old password all builds are going > smoothly without any issues by Jenkins. > > If I update my changed password in db and run script using jenkins, i > am getting error > > 170001 : svn: Authentication required for '<http://10.10.12.133:80> > CollabNet Subversion Repository' > Build step 'Execute shell' marked build as failure > > > I have checked in my scripts as well as server end, password is not > stored anywhere. > I really don’t know, where Jenkins referring old password and how it > is working using old password. > Please suggest me...