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
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
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
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