Hi All,
I am trying to update the SVN directory by executing a python script from Jenkins.
While i ran the SVN up --username XXX --password XXX REPO, works fine from command line.
But when it executes the same from jenkins throws the error,
svn: E215004: Authentication failed and interactive prompting is disabled; see the --force-interactive option
svn: E215004: Unable to connect to a repository at URL 'https://10.9.64.56/svn/E-05070-01-01/E-05070-01-01/Working/User%20Defined%20Folder/Trunk'
svn: E215004: No more credentials or we tried too many times.
Authentication failed
I am using SVN subversion 1.8+ and Jenkins 2.89.3 on a windows machine.
Can anyone help me solving this error?
Thanks,
Vishal