Add uriByProperties() with String as second parameter

Add overloaded function uriByProperties() which allows to pass
properties for search in format
   prop1=val1&prop2=val2&prop3=val3

Example:
  // return prop1=val1;prop2;val2
  def properties = tools.getBinaryBuildProperties().replaceAll(";", "&")
  // Search for an artifact with required properties
  def artifactURI = tools.uriByProperties(env.ARTIFACTORY_URL, properties)

Change-Id: I112e85309d92a37963b9bb35aa07f0c8cb897b2f
1 file changed
tree: 6c73519aff368b16fbcc4b3f55fb860909590e74
  1. src/
  2. vars/
  3. .gitreview