For reasons I just don't want to type out, I'm trying to write a Gradle task that will upload build info to Artifactory after artifacts have been uploaded.
I have verified that the file I'm creating contains all the correct data, including the correct MD5 and SHA1 values for the artifacts themselves (verified by checking the artifacts in the repo artifact tree, one by one). The problem is that Artifactory (Artifactory Pro Power Pack 3.9.4 (rev. 30226)) isn't associating the build info with said artifacts. How can I tell? Because when I go to Artifacts -> Builds -> <my build name> -> <my build number> -> Published Modules, then click on a module name and the "Repo Path" field is blank for all artifacts. Yes, I've dug around through the "build-info-extractor" code to see how jFrog does things, and what I came up with is nearly identical functionality (as far as the build info goes). I even tried changing from simple "application/json" to "application/vnd.org.jfrog.artifactory+json" for the content type after I saw that in the plugin source, but no luck - Artifactory still doesn't associate the build info with the artifacts. So... how do I get it to understand that the info I uploaded should be associated with the artifacts I uploaded? -- View this message in context: http://forums.jfrog.org/build-info-associated-with-build-tp7581030.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
