Hi, would be nice to know which dialog is popping up. Try to run the command normal without fancy switches. If you use a command line svn client try the command straight away from the CLI in a DOS box. I assume it is asking you, if you want to add the server certificate.
If you want to run it automated, prepend a "| y" (pipe and y, without qoutes to your command) and run it once. Take care Am Donnerstag, 20. November 2014 17:32:38 UTC+1 schrieb David Aldrich: > > Hi > > > > In one of my Jenkins jobs, I want to run ‘svn ls’ against the repository > from which Jenkins has checked out its working copy. My svn client is > compatible with Jenkins’ svn working copy format. > > > > I get Jenkins to check out the working copy and then run some svn commands > in the build steps. > > > > If I run ‘svn status’ it works fine. But with ‘svn ls’ I see: > > > > C:\Jenkins\workspace\tagLog>svn ls --verbose --trust-server-cert > > svn: E215004: Authentication failed and interactive prompting is disabled; > see the --force-interactive option > > svn: E215004: Unable to connect to a repository at URL <repo url> > > svn: E215004: No more credentials or we tried too many times. > > Authentication failed > > > > Please can anyone suggest how to make this work? > > > > Best regards > > > > David > > > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/ccba91b0-a910-4d47-b9ef-2c925f4460dd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
