Have added the certificate ignore option while "DeployJenkinsPlugin" azure stage.
Reason: Considering the test servers that we use for deploying/testing the new Jenkins plugin, we should add this. The test servers that we are using, basically uses a self signed certificate and it is not possible to get those certificate installed in the virutal machine. Today, even if we were able to do it, but if in future someone changes the jenkins agent, he might not be able to get the exact resolution and can result wastage of time. So, as it is just for testing we can ignore the certificate validate option.
Tested on azure pipeline and its working correctly.
Have added the certificate ignore option while "DeployJenkinsPlugin" azure stage.
Reason: Considering the test servers that we use for deploying/testing the new Jenkins plugin, we should add this. The test servers that we are using, basically uses a self signed certificate and it is not possible to get those certificate installed in the virutal machine. Today, even if we were able to do it, but if in future someone changes the jenkins agent, he might not be able to get the exact resolution and can result wastage of time. So, as it is just for testing we can ignore the certificate validate option.
Tested on azure pipeline and its working correctly.