I am using the Artifactory plugin for Jenkins to deploy my jar files to my
artifactory pro instance.

I have the project info set in the build.gradle file to:

group = "<my group>"
version = "1.0"
archivesBaseName = "<my artifactid>"
jar.baseName = archivesBaseName

The build works fine and builds my jar file as it should.

When I run this in a Jenkins job using the artifactory Jenkins plugin and
tell it to publish my jar file to the artifactory instance, it picks up the
Jenkins "workspace" as the artifactid. I can make it do what I want if I use
a custom workspace name in the Jenkins job which matches what I want my
artifact-id to be.

I'm sure that I am missing something simple. Any help would be greatly
appreciated.



--
View this message in context: 
http://forums.jfrog.org/Jenkins-Gradle-Artifactory-tp7579770.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/NeoTech
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to