jenkinsci / uipath-automation-package-plugin

A Jenkins plugin for packaging UiPath project and deploying it to UiPath Orchestrator
https://plugins.jenkins.io/uipath-automation-package/
Other
24 stars 30 forks source link

Fix/cideploycheck #82

Closed ganeshborle closed 2 years ago

ganeshborle commented 2 years ago

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.