ContributionsMost RecentMost LikesSolutionsHow to pass proxy info in Test engine Jenkins plugin I see that no separate Test engine section post the test engine questions. This document does not provide clear explanation on how to pass proxy options using jenkins plugin. https://support.smartbear.com/testengine/docs/admin/jenkins.html Can some one please help me on this. How can i connect to proxy using https Please let me know how can i connect to proxy using https.currently it only shows http option Thanks Re: Using HTTPS to reach the proxy host Hello smart bear community Please can some one respond to this. Using HTTPS to reach the proxy host Currently i see the option HTTP and SOCKS in proxy preference. How do i use HTTPS if my proxy server allows only HTTPS. Usage of proxy over https is mandatory for us. is it possible to do it using groovy. Thanks Re: How to match the json sibling using expression Thank you very much. You and your solution is awesome. How to match the json sibling using expression "Criteria" : [ { "selectionCriteriaType" : "DEFENSE_REASONS", "selectionCriteriaValue" : "AdditionalInformation" }, { "selectionCriteriaType" : "AVS_RESULT", "selectionCriteriaValue" : "A" }, { "selectionCriteriaType" : "REFUND_STATE", "selectionCriteriaValue" : "false" }, { "selectionCriteriaType" : "BILLING_ADDRESS", "selectionCriteriaValue" : "false" } ] Above Json can be very huge and order of the elements always changes. What would be my regular expression to match { "selectionCriteriaType" : "REFUND_STATE", "selectionCriteriaValue" : "false" }, Solved