Jenkins 2.303.1 - How do I commit to a svn repository?

I’m trying to issue the following CL in Jenkins and get the following response. Can anyone assist me with the correct command syntax. SVN Version is: 1.8.

C:\Jenkins.jenkins\workspace<Job>>svn commit -m “Build Version 2022.01” --username --password
svn: E170013: Commit failed (details follow):
svn: E170013: Unable to connect to a repository at URL ‘https:svn server/repository’
svn: E230001: Server SSL certificate verification failed: issuer is not trusted

David

Sounds like your ssl certificate for your repo isn’t trusted on your agent. Without any details I would say you should add the cert to the system’s cert (yay), or somehow tell svn to ignore cert errors (boo).