When promoting artifacts in Artifactory using REST and Artifactory user
plugin, information like …

  "statuses" : [ { 
    "status" : "milestone", 
    "comment" : "Promoted build foo:9.0.0.0.88 to a milestone status", 
    "repository" : "lib-milestone-local", 
    "timestamp" : "2013-03-26T13:35:46.502+0100", 
    "user" : "promoteuser", 
    "timestampDate" : 1364301346502 
  } ]

… gets added to the JSON descriptor and then gets displayed in the build
info ‘Release Histroy’ tab.

How can I publish to Artifactory directly from Gradle while also publishing
similar build info …

  "statuses" : [ { 
    "status" : "integration", 
    "comment" : "Build foo:9.0.0.0.88 of status integration", 
    "repository" : "lib-snapshot-local", 
    "timestamp" : "2013-03-26T13:35:46.502+0100", 
    "user" : "publishuser", 
    "timestampDate" : 1364301346502 
  } ]

?

Thanks.




--
View this message in context: 
http://forums.jfrog.org/How-to-publish-to-Artifactory-including-Release-History-information-tp7578735.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to