I'm using v 4.2.2 of Artifactory(Pro).

I can't figure out how to set a property to have multiple values using the
GUI.  If I use semicolon as a separator, it appears on the GUI as if there
are multiple values (see attached screenshot), but when I retrieve them via
the API, it is a single value:

{
  "properties" : {
    "myProp" : [ "ignore" ],
    "test" : [ "hello;goodbye" ]
  },
  "uri" : "http://xxxx/artifactory/api/storage/libs-release-local/com/xxx/yyy";
}
------------------------------------------------------------------------------
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to