Jordo wrote > Thanks Hugh > > Thing is, Artifactory layouts do nothing for us. We don't use Maven or > Ivy or Gradle. We are mostly .NET and we build with Jenkins via msbuild. > > The artifact layout is dictated through the deployment pattern in the > Generic Project > > https://wiki.jenkins-ci.org/display/JENKINS/Artifactory+Plugin#ArtifactoryPlugin-ConfiguringGeneric%28Freestyle%29Builds > > So nothing is being sorted for us automatically like it would if you used > maven.
Artifactory has some interesting features like retrieve the latest version of an artifact: https://www.jfrog.com/confluence/display/RTF/Artifactory+REST+API#ArtifactoryRESTAPI-RetrieveLatestArtifact Or: limit the amount of artefacts with the same version in a repository (“Max Unique Snapshots”): http://www.jfrog.com/confluence/display/RTF/Common+Settings These features ony only work when artifactory knows the version of an artefact. Artifactory only knows the version of an artefactif it is able to parse it from the repository path used to deploy the artifact. If you are not planning to use features that rely on the Module Fields in the link Hugh posted, you can completely ignore the repository layout. An upload will still work (at least directly via the API) if you do not follow the repository layout. Best, peter -- View this message in context: http://forums.jfrog.org/How-to-NET-in-Artifactory-tp7579689p7579704.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ Artifactory-users mailing list Artifactory-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/artifactory-users