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]. For more options, visit https://groups.google.com/d/optout.
