Jenkins SVN error Server SSL certificate verification failed: issuer is not trusted

Jenkins was used for continuous integration in the project. SVN command was found in the BAT file and BAT Times: Server SSL Certificate Verification Failed: Bach is not trusted was executed
The server SSL certificate has failed to authenticate and the issuer is not trusted
The solution,
Add: –non-interactive — trust-server-CERT after the SVN command. Can solve
Refer to SVN for the meaning of the command.

Read More: