We have an issue with the “Jenkins Artifactory Plugin” and deploying. We are
using “Artifactory Pro Power Pack 3.1.1.1 (rev. 30080)“

Our Repository-Layout is defined as
“[org]/[classifier]/[module]/[module].[baseRev](-[folderItegRev]).[ext]”

We try to deploy a module named “ArchiveManager.4.0.0.0.nupkg” to the
Artifactory into a target repository named “staging”.

In the “Published Artifacts” filed of the Artifactory Plugin I entered
“NuGet/*.nupkg => myCompany/Libraries/ArchiveManager” . The desired path
should be “myCompany/Libraries/ArchiveManager/
ArchiveManager.4.0.0.0.nupkg”.

The Jenkins job fails with
Successfully created package
'C:\Jenkins\workspace\ArchiveManager\NuGet\ArchiveManager.4.0.0.0.nupkg'. 

For pattern: NuGet/*.nupkg 1 artifacts were found 
Deploying artifact:
https://artifactory.xxx.de/artifactory/staging/myCompany/Libraries/ArchiveManager/ArchiveManager.4.0.0.0.nupkg
 
ERROR: Failed to deploy file: HTTP response code: 409. HTTP response
message: Conflict
http://stacktrace.jenkins-ci.org/search?query=java.io.IOException

When I change the “Published Artifacts” to “NuGet/*.nupkg =>
myCompany/Libraries/XXX” the NuGet package can be deployed as
https://artifactory.xxx.de/artifactory/staging/myCompany/Libraries/XXX/ArchiveManager.4.0.0.0.nupkg

Any thoughts how should the configuration be to deploy a NuGet package to
the Artifactory, which meets our repository layout
“myCompany/Libraries/ArchiveManager/ArchiveManager.4.0.0.0.nupkg”?

thanks
HJ.



--
View this message in context: 
http://forums.jfrog.org/Jenkins-Artifactory-Plugin-and-NUGET-format-and-layout-tp7579715.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
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to