Hi,

I want to populate a property of type „Any Value“ via the REST API.
Minute 2:00 if this video shows a property of this type:
http://www.jfrog.com/confluence/display/RTF/Properties

As value for the property I want to put contents that I have in a text file.
The file contains some loosely structured information about the build
process (compiler, build time, etc.). Mostly stuff we want to import from a
legacy build process. This information should only be readable by humans but
will not be used for automation.

I am trying to achieve this via curl. However I am struggling with the
realization.

My command looks like this:
curl --user username:password -X PUT
http://server:8081/artifactory/api/storage/TestRepository/file.zip?properties=test_prop=
--data-urlencode @test-metadata.txt

Do you have any idea how / if I can achieve this?

Thank you, Peter





--
View this message in context: 
http://forums.jfrog.org/REST-API-curl-properties-and-file-contents-tp7579028.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to