Re: Job stuck on "git pull --no-edit"

2020-11-17 Thread David Villasmil Govea
Thanks for replying. I understand that “—no-edit” would prevent git from asking for a commit message. And indeed this is the case if I do it manually. But I do get your point about working in a clean environment... I think I’ll go for that, don’t want anti-patterns happening here. Thanks! David

Re: Job stuck on "git pull --no-edit"

2020-11-17 Thread David Villasmil Govea
No, I’m CONNECTING to the build box as root. On Tue, 17 Nov 2020 at 14:50, chencho wrote: > Are you running jenkins as root? > > > > On Tue, Nov 17, 2020 at 3:41 PM David Villasmil Govea < > david.villas...@gmail.com> wrote: > >> Thanks Jerome. >> >&g

Re: Job stuck on "git pull --no-edit"

2020-11-17 Thread David Villasmil Govea
Thanks Jerome. Actually I’m ssh’ing into the build box as root. And if I manually do it as root, it works properly. On Tue, 17 Nov 2020 at 14:39, Jérôme Godbout wrote: > Might not be directly related but some idea: > > > > Is the git repository repos inside the known host file for ssh access? I

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