Re: Jenkins can't find existing artifacts

2016-04-26 Thread David Villasmil Govea
Hello all, I finally found my problem. I had configured the job to do the git clone. But for some reason I also added the cloning on the build steps... once i removed that jenkins started getting the files properly. I would still like to understand why this would happen... Regards, David On T

Re: Jenkins can't find existing artifacts

2016-04-26 Thread Lionel Orellana
Or **/logfiles/* -- 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 jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https:/

Re: Jenkins can't find existing artifacts

2016-04-25 Thread bandi pavankumar reddy
Hi, Try using **/*.log . may be this will help you. On Monday, April 25, 2016 at 6:15:05 PM UTC+5:30, David Villasmil wrote: > > Hello Guys, > > I have a jenkins running a job, after which I want it to "archive > artifact", which is basically just get some files. > > The Job clones a github and

RE: Jenkins can't find existing artifacts

2016-04-25 Thread Jackson, Randy
t; [http://www.infarmbureau.com/images/signature/signatureLogo.gif] From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of David Villasmil Sent: Monday, April 25, 2016 11:57 AM To: Jenkins Users Subject: Re: Jenkins can't find existing artifacts H

Re: Jenkins can't find existing artifacts

2016-04-25 Thread David Villasmil
Hello, Thanks for answering. Funny thing, it didn't generate an error, but still didn't get the files... :( David On Monday, April 25, 2016 at 8:45:05 AM UTC-4, David Villasmil wrote: > > Hello Guys, > > I have a jenkins running a job, after which I want it to "archive > artifact", which is ba

RE: Jenkins can't find existing artifacts

2016-04-25 Thread Jackson, Randy
ect: Jenkins can't find existing artifacts Hello Guys, I have a jenkins running a job, after which I want it to "archive artifact", which is basically just get some files. The Job clones a github and when ran, it generates some log files which I need. The patter is: logfiles/* I

Jenkins can't find existing artifacts

2016-04-25 Thread David Villasmil
Hello Guys, I have a jenkins running a job, after which I want it to "archive artifact", which is basically just get some files. The Job clones a github and when ran, it generates some log files which I need. The patter is: logfiles/* I added a command to list the directory to make sure the f