What is the trustanchors parameter must be non-empty error and how can you solve it?
Answer / Abhishek
The 'trustanchors parameter must be non-empty' error occurs in Jenkins when the SSL certificate of a remote server is not trusted. To solve this issue, you can either add the remote server's SSL certificate to Jenkins' truststore or disable certificate verification by adding the following lines to your Jenkins config file (jenkins.xml):n<hudson.security.certs.CertificateNotary disabled="true" />n<hudson.security.certs.TrustAnchorManager securityEnabled="false" />
| Is This Answer Correct ? | 0 Yes | 0 No |
Let us say, you have a pipeline. The first job was successful, but the second failed. What should you do next?
What is jenkins pipeline? What is a ci cd pipeline?
Discuss some of the valuable plugins in jenkin?
How can you move or copy jenkins from one server to another?
What is scripted pipeline in jenkins?
What is scm? Which scm tools are supported in jenkins?
Define how to clone a git repository via jenkins?
What is a continuous delivery pipeline?
What is meant by continuous integration in jenkins?
What are parameters in jenkins?
How to make sure that your project build does not break in jenkins?
what is continuous integration?