@pradheep i am able to see all the build versions in the artifactory but when i trid to download those artifacts i am able to download the current version.. how to mention the version while downloading the artifacts with the curl..
curl -uadmin ...............http://...../artifactory/.tgz i am trying how to mention the version number i want to download?? On Thursday, December 8, 2016 at 6:03:09 AM UTC-8, pradeep palem wrote: > > Thanks Christoph . > > By adding timestamp to war file , now i am able to see all previous > artifacts on artifactory. > > Thanks once again. > > Regards, > Pradeep Goud > > > On Friday, December 2, 2016 at 1:24:02 PM UTC+5:30, Christoph Nenning > wrote: >> >> Hi, >> >> it seems to me that your WARs always have same filenames and when >> uploading them the old ones are overwritten in artifactory. Try adding >> version numbers or timestamps either to filenames or to artifactory >> directories. >> >> Another cause of that behavoir could be if you configured "Discard old >> builds" in your jenkins job. >> >> >> Hope that helps. >> >> >> Regards, >> Christoph >> >> >> >> >> > From: pradeep palem <[email protected]> >> > To: Jenkins Users <[email protected]>, >> > Date: 02.12.2016 07:58 >> > Subject: Re: How to download and view all previous artifacts from >> artifactory >> > Sent by: [email protected] >> > >> > Hi Victor, >> > >> > Thanks for your reply. >> > >> > Currently i am generating artifacts from Jenkins , I am able to >> > deploy/copy to artifactory . >> > >> > Lets say Build No#12 was the latest build moved to artifactory . Now >> > am able to see latest artifact i.e Build No# 12 on >> artifactory dashboard. >> > >> > But I want to see and old artifacts i.e Build no #11, 10, 9, 8.. >> > etc on artifactory .I am not able to see old artifacts on artifactory . >> > >> > I am using ant and maven based build . Please find my >> > jenkins configuration for deploying artifacts to artifactory >> > >> > For ANt:- I check this box and deploy artifact to artifactory >> > Generic-Artifactory Integration >> > Upload Details >> > Artifactory upload server:localhost:8081/artifactory >> > Target Repository:ABC >> > >> > Published Artifacts **/dist/*.war >> > For Maven:- I am usnig thr Deploy artifactsto Artifactory under >> > post build actions >> > Deploy artifacts to Artifactory: >> > Artifactory upload server:localhost:8081/artifactory >> > >> > Target releases repository:ABCD >> >> > >> > Thanks , >> > Pradeep >> > >> > >> > On Thursday, December 1, 2016 at 11:10:52 PM UTC+5:30, Victor Martinez >> wrote: >> > I'm not sure if I understood correctly what you mean, as far as i >> > understand those artifacts are generated and uploaded from jenkins >> > with some plugins, what do you mean about you cannot pull other >> > artifacts but the latest one from Jenkins? How do you pull them? Did >> > it work previously? And also where do you pull them from? >> > The more details the better about what you expect, why, versions, >> > what errors warnings did you see and so on >> > >> > Cheers >> > -- >> > You received this message because you are subscribed to the Google >> > Groups "Jenkins Users" group. >> > To unsubscribe from this group and stop receiving emails from it, >> > send an email to [email protected]. >> > To view this discussion on the web visit https://groups.google.com/ >> > d/msgid/jenkinsci-users/a9722988-5afd-4ce1-b802-f9d05b856744% >> > 40googlegroups.com. >> > For more options, visit https://groups.google.com/d/optout. >> >> >> This Email was scanned by Sophos Anti Virus >> > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/fe3b10c5-3e41-4368-ae66-73a227b5a1b9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
