Re: connecting jenkins to artifactory

2016-03-31 Thread domi
This is exactly what 'repository connector' does - it downloads artifacts from a maven repository (which artifactory is just one of, an other could be nexus or archiva) /domi > Am 30.03.2016 um 20:05 schrieb sara_jenkins : > > Hello Dominik, > > Thank you for your reply. > It seems what I am

Re: connecting jenkins to artifactory

2016-03-30 Thread sara_jenkins
Hello Dominik, Thank you for your reply. It seems what I am trying to achieve is different than what these plugins does. so here is the scenario, I am trying to copy alerady build files ( for instance war or zip file) from artifactory and copy them to location A or Z. Do you know how can I

Re: connecting jenkins to artifactory

2016-03-29 Thread domi
I do something similar and I have the best result with combination of these two plugins (not using artifactory, but an other maven repo server): https://wiki.jenkins-ci.org/display/JENKINS/Maven+Metadata+Plugin —> get a parameter dropdown with all the artefact versions in the maven repository ht

Re: connecting jenkins to artifactory

2016-03-28 Thread sara_jenkins
Thank you Oleg! On Monday, March 28, 2016 at 9:13:16 AM UTC-4, Oleg Nenashev wrote: > > I've added jenkinsci-users to Cc. > Most likely somebody has a hands-on experience with the latest Artifactory > plugin version. > > BR, Oleg > > пятница, 25 марта 2016 г., 21:42:06 UTC+1 пользователь sara_jen

Re: connecting jenkins to artifactory

2016-03-28 Thread Oleg Nenashev
I've added jenkinsci-users to Cc. Most likely somebody has a hands-on experience with the latest Artifactory plugin version. BR, Oleg пятница, 25 марта 2016 г., 21:42:06 UTC+1 пользователь sara_jenkins написал: > > Hello, > > I apologize if my question is bad or not well explained in advance.

connecting jenkins to artifactory

2016-03-25 Thread sara_jenkins
Hello, I apologize if my question is bad or not well explained in advance. I am very new to jenkins. I am trying to connect Jenkins to an existing artifactory repository. i have installed jenkins artifactory plugin and i was able to connect jenkins to existing repository( artifactory) then