Thanks for your reply.
After trying lots of things, I moved the job from a Windows slave to a Linux
slave and it worked fine ;-)
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 f
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 au
Hi Jan
The actual command I used was:
svn ls --verbose --non-interactive --trust-server-cert https:
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 jen
Remove the --force-interactive
That forces user input like username, then password no matter if you have
stored the credentials or not
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails fr
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.
I